Html Css Color HEX #EFD034 Golden Dream

📋 copy color: '#EFD034'

red 239 ◦ green 208 ◦ blue 52

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

Shades of Golden Dream #EFD034

Tints of Golden Dream #EFD034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.42%

R = 47.9%
G = 41.68%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFD034 (or 0xEFD034) is known color: Golden Dream. HEX triplet: EF, D0 and 34. RGB value is (239,208,52). Sum of RGB (Red+Green+Blue) = 239+208+52=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD034 is #102FCB. Grayscale: #C8C8C8. Windows color (decimal): -1060812 or 3461359. OLE color: 3461359.

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

Color convert

RGB 239 208 52 -
CMYK 0 0.13 0.78 0.06
HSL 50.05º 0.85% 0.57% -
HSV(B) 50.05º 0.78% 0.94% -
XYZ 58.77 63.71 12.45 -
YUV 199.49 44.77 156.18 -
System Red Green Blue C M Y K H S L
Decimal 239 208 52 0 0.13 0.78 0.06 50.05 0.85 0.57
Hex EF D0 34 0 D 4E 6 32 55 39
Octal 357 320 64 0 15 116 6 62 125 71
Binary 11101111 11010000 110100 0 1101 1001110 110 110010 1010101 111001

Color Harmonies of #EFD034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD034

Black with #EFD034

Text Example


Text Example

White with #EFD034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD034; }

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

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

background-color css

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

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

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

border-color css

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

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

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