Html Css Color HEX #EFCC33 Golden Dream

📋 copy color: '#EFCC33'

red 239 ◦ green 204 ◦ blue 51

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

Shades of Golden Dream #EFCC33

Tints of Golden Dream #EFCC33

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.3%

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

R = 48.38%
G = 41.3%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFCC33 (or 0xEFCC33) is known color: Golden Dream. HEX triplet: EF, CC and 33. RGB value is (239,204,51). Sum of RGB (Red+Green+Blue) = 239+204+51=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 51 (20.31% from 255 or 10.32% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC33 is #1033CC. Grayscale: #C5C5C5. Windows color (decimal): -1061837 or 3394799. OLE color: 3394799.

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

Color convert

RGB 239 204 51 -
CMYK 0 0.15 0.79 0.06
HSL 48.83º 0.85% 0.57% -
HSV(B) 48.83º 0.79% 0.94% -
XYZ 57.79 61.78 12.01 -
YUV 197.02 45.6 157.94 -
System Red Green Blue C M Y K H S L
Decimal 239 204 51 0 0.15 0.79 0.06 48.83 0.85 0.57
Hex EF CC 33 0 F 4F 6 31 55 39
Octal 357 314 63 0 17 117 6 61 125 71
Binary 11101111 11001100 110011 0 1111 1001111 110 110001 1010101 111001

Color Harmonies of #EFCC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC33

Black with #EFCC33

Text Example


Text Example

White with #EFCC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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