Html Css Color HEX #EFD033 Golden Dream

📋 copy color: '#EFD033'

red 239 ◦ green 208 ◦ blue 51

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

Shades of Golden Dream #EFD033

Tints of Golden Dream #EFD033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.24%

R = 47.99%
G = 41.77%
B = 10.24%

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

#EFD033 (or 0xEFD033) is known color: Golden Dream. HEX triplet: EF, D0 and 33. RGB value is (239,208,51). Sum of RGB (Red+Green+Blue) = 239+208+51=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 51 (20.31% from 255 or 10.24% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD033 is #102FCC. Grayscale: #C8C8C8. Windows color (decimal): -1060813 or 3395823. OLE color: 3395823.

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

Color convert

RGB 239 208 51 -
CMYK 0 0.13 0.79 0.06
HSL 50.11º 0.85% 0.57% -
HSV(B) 50.11º 0.79% 0.94% -
XYZ 58.75 63.7 12.33 -
YUV 199.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 239 208 51 0 0.13 0.79 0.06 50.11 0.85 0.57
Hex EF D0 33 0 D 4F 6 32 55 39
Octal 357 320 63 0 15 117 6 62 125 71
Binary 11101111 11010000 110011 0 1101 1001111 110 110010 1010101 111001

Color Harmonies of #EFD033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD033

Black with #EFD033

Text Example


Text Example

White with #EFD033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD033; }

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

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

background-color css

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

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

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

border-color css

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

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

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