Html Css Color HEX #EFC932 Golden Dream

📋 copy color: '#EFC932'

red 239 ◦ green 201 ◦ blue 50

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

Shades of Golden Dream #EFC932

Tints of Golden Dream #EFC932

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.02%

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

R = 48.78%
G = 41.02%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFC932 (or 0xEFC932) is known color: Golden Dream. HEX triplet: EF, C9 and 32. RGB value is (239,201,50). Sum of RGB (Red+Green+Blue) = 239+201+50=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC932 is #1036CD. Grayscale: #C3C3C3. Windows color (decimal): -1062606 or 3328495. OLE color: 3328495.

HSL color Cylindrical-coordinate representation of color #EFC932: hue angle of 47.94º 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 #EFC932 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 50 -
CMYK 0 0.16 0.79 0.06
HSL 47.94º 0.86% 0.57% -
HSV(B) 47.94º 0.79% 0.94% -
XYZ 57.06 60.35 11.66 -
YUV 195.15 46.09 159.28 -
System Red Green Blue C M Y K H S L
Decimal 239 201 50 0 0.16 0.79 0.06 47.94 0.86 0.57
Hex EF C9 32 0 10 4F 6 30 56 39
Octal 357 311 62 0 20 117 6 60 126 71
Binary 11101111 11001001 110010 0 10000 1001111 110 110000 1010110 111001

Color Harmonies of #EFC932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC932

Black with #EFC932

Text Example


Text Example

White with #EFC932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC932; }

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

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

background-color css

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

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

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

border-color css

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

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

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