#EFDA41

Color #EFDA41 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #EFDA41

Tints of Starship #EFDA41

Color information

#EFDA41 (or 0xEFDA41) is unknown color: approx Starship. HEX triplet: EF, DA and 41. RGB value is (239,218,65). Sum of RGB (Red+Green+Blue) = 239+218+65=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 65 (25.78% from 255 or 12.45% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA41 is #1025BE. Grayscale: #CFCFCF. Windows color (decimal): -1058239 or 4315887. OLE color: 4315887.

HSL color Cylindrical-coordinate representation of color #EFDA41: hue angle of 52.76º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFDA41 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB23921865-
CMYK00.090.730.06
HSL52.76º84.47%59.61%-
HSV(B)52.76º72.8%93.73%-
XYZ61.6268.8815.05-
YUV206.8447.96150.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 45.79%
GREEN value IS 218 (85.55% from 255) = 41.76%
BLUE value IS 65 (25.78% from 255) = 12.45%
R=45.79%
G=41.76%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392186500.090.730.0652.7684.4759.61
HexEFDA410949635543c
Octal35733210101111166512474
Binary111011111101101010000010100110010011101101011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDA41; }

 p { color: rgb(239,218,65); }

 H1.HeaderClassName
 {
   color: #EFDA41;
 }
 .AnyTagClassName
 {
   color: #EFDA41;
 }
</style>
background-color css

<style>
 a { background-color: #EFDA41; }

 a { background-color: rgb(239,218,65); }

 div.DivClassName
 {
   background-color: #EFDA41;
 }
 .BgClassName
 {
   background-color: #EFDA41;
 }
</style>
border-color css

<style>
 span { border-color: #EFDA41; }

 span { border-color: rgb(239,218,65); }

 td.TdClassName
 {
   border-color: #EFDA41;
 }
 .TagClassName
 {
   border-color: #EFDA41;
 }
</style>