Html Css Color HEX #EFD032 Golden Dream

📋 copy color: '#EFD032'

red 239 ◦ green 208 ◦ blue 50

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

Shades of Golden Dream #EFD032

Tints of Golden Dream #EFD032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.85%

 BLUE value IS 50 (19.92% from 255) = 10.06%

R = 48.09%
G = 41.85%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFD032 (or 0xEFD032) is known color: Golden Dream. HEX triplet: EF, D0 and 32. RGB value is (239,208,50). Sum of RGB (Red+Green+Blue) = 239+208+50=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD032 is #102FCD. Grayscale: #C7C7C7. Windows color (decimal): -1060814 or 3330287. OLE color: 3330287.

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

Color convert

RGB 239 208 50 -
CMYK 0 0.13 0.79 0.06
HSL 50.16º 0.86% 0.57% -
HSV(B) 50.16º 0.79% 0.94% -
XYZ 58.73 63.69 12.22 -
YUV 199.26 43.77 156.35 -
System Red Green Blue C M Y K H S L
Decimal 239 208 50 0 0.13 0.79 0.06 50.16 0.86 0.57
Hex EF D0 32 0 D 4F 6 32 56 39
Octal 357 320 62 0 15 117 6 62 126 71
Binary 11101111 11010000 110010 0 1101 1001111 110 110010 1010110 111001

Color Harmonies of #EFD032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD032

Black with #EFD032

Text Example


Text Example

White with #EFD032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD032; }

 p { color: rgb(239,208,50); }

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

background-color css

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

 a { background-color: rgb(239,208,50); }

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

border-color css

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

 span { border-color: rgb(239,208,50); }

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