Html Css Color HEX #EFD132 Golden Dream

📋 copy color: '#EFD132'

red 239 ◦ green 209 ◦ blue 50

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

Shades of Golden Dream #EFD132

Tints of Golden Dream #EFD132

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.97%

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

R = 47.99%
G = 41.97%
B = 10.04%

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

#EFD132 (or 0xEFD132) is known color: Golden Dream. HEX triplet: EF, D1 and 32. RGB value is (239,209,50). Sum of RGB (Red+Green+Blue) = 239+209+50=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 50 (19.92% from 255 or 10.04% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD132 is #102ECD. Grayscale: #C8C8C8. Windows color (decimal): -1060558 or 3330543. OLE color: 3330543.

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

Color convert

RGB 239 209 50 -
CMYK 0 0.13 0.79 0.06
HSL 50.48º 0.86% 0.57% -
HSV(B) 50.48º 0.79% 0.94% -
XYZ 58.97 64.18 12.3 -
YUV 199.84 43.44 155.93 -
System Red Green Blue C M Y K H S L
Decimal 239 209 50 0 0.13 0.79 0.06 50.48 0.86 0.57
Hex EF D1 32 0 D 4F 6 32 56 39
Octal 357 321 62 0 15 117 6 62 126 71
Binary 11101111 11010001 110010 0 1101 1001111 110 110010 1010110 111001

Color Harmonies of #EFD132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD132

Black with #EFD132

Text Example


Text Example

White with #EFD132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD132; }

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

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

background-color css

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

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

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

border-color css

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

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

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