Html Css Color HEX #EFCB29 Golden Dream

📋 copy color: '#EFCB29'

red 239 ◦ green 203 ◦ blue 41

#EFCB29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Dream #EFCB29

Tints of Golden Dream #EFCB29

RGB

 RED value IS 239 (93.75% from 255) = 49.48%

 GREEN value IS 203 (79.69% from 255) = 42.03%

 BLUE value IS 41 (16.41% from 255) = 8.49%

R = 49.48%
G = 42.03%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFCB29 (or 0xEFCB29) is known color: Golden Dream. HEX triplet: EF, CB and 29. RGB value is (239,203,41). Sum of RGB (Red+Green+Blue) = 239+203+41=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 41 (16.41% from 255 or 8.49% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB29 is #1034D6. Grayscale: #C3C3C3. Windows color (decimal): -1062103 or 2739183. OLE color: 2739183.

HSL color Cylindrical-coordinate representation of color #EFCB29: hue angle of 49.09º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFCB29 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 203 41 -
CMYK 0 0.15 0.83 0.06
HSL 49.09º 0.86% 0.55% -
HSV(B) 49.09º 0.83% 0.94% -
XYZ 57.35 61.22 10.89 -
YUV 195.3 40.93 159.17 -
System Red Green Blue C M Y K H S L
Decimal 239 203 41 0 0.15 0.83 0.06 49.09 0.86 0.55
Hex EF CB 29 0 F 53 6 31 56 37
Octal 357 313 51 0 17 123 6 61 126 67
Binary 11101111 11001011 101001 0 1111 1010011 110 110001 1010110 110111

Color Harmonies of #EFCB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB29

Black with #EFCB29

Text Example


Text Example

White with #EFCB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB29; }

 p { color: rgb(239,203,41); }

 H1.HeaderClassName
 {
   color: #EFCB29;
 }
 .AnyTagClassName
 {
   color: #EFCB29;
 }
</style>

background-color css

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

 a { background-color: rgb(239,203,41); }

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

border-color css

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

 span { border-color: rgb(239,203,41); }

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