Html Css Color HEX #EFD232 Golden Dream

📋 copy color: '#EFD232'

red 239 ◦ green 210 ◦ blue 50

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

Shades of Golden Dream #EFD232

Tints of Golden Dream #EFD232

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.08%

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

R = 47.9%
G = 42.08%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFD232 (or 0xEFD232) is known color: Golden Dream. HEX triplet: EF, D2 and 32. RGB value is (239,210,50). Sum of RGB (Red+Green+Blue) = 239+210+50=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD232 is #102DCD. Grayscale: #C9C9C9. Windows color (decimal): -1060302 or 3330799. OLE color: 3330799.

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

Color convert

RGB 239 210 50 -
CMYK 0 0.12 0.79 0.06
HSL 50.79º 0.86% 0.57% -
HSV(B) 50.79º 0.79% 0.94% -
XYZ 59.22 64.67 12.38 -
YUV 200.43 43.11 155.51 -
System Red Green Blue C M Y K H S L
Decimal 239 210 50 0 0.12 0.79 0.06 50.79 0.86 0.57
Hex EF D2 32 0 C 4F 6 33 56 39
Octal 357 322 62 0 14 117 6 63 126 71
Binary 11101111 11010010 110010 0 1100 1001111 110 110011 1010110 111001

Color Harmonies of #EFD232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD232

Black with #EFD232

Text Example


Text Example

White with #EFD232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD232; }

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

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

background-color css

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

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

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

border-color css

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

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

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