Html Css Color HEX #EFCC34 Golden Dream

📋 copy color: '#EFCC34'

red 239 ◦ green 204 ◦ blue 52

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

Shades of Golden Dream #EFCC34

Tints of Golden Dream #EFCC34

RGB

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

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

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

R = 48.28%
G = 41.21%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFCC34 (or 0xEFCC34) is known color: Golden Dream. HEX triplet: EF, CC and 34. RGB value is (239,204,52). Sum of RGB (Red+Green+Blue) = 239+204+52=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 52 (20.70% from 255 or 10.51% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC34 is #1033CB. Grayscale: #C5C5C5. Windows color (decimal): -1061836 or 3460335. OLE color: 3460335.

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

Color convert

RGB 239 204 52 -
CMYK 0 0.15 0.78 0.06
HSL 48.77º 0.85% 0.57% -
HSV(B) 48.77º 0.78% 0.94% -
XYZ 57.81 61.78 12.13 -
YUV 197.14 46.1 157.86 -
System Red Green Blue C M Y K H S L
Decimal 239 204 52 0 0.15 0.78 0.06 48.77 0.85 0.57
Hex EF CC 34 0 F 4E 6 31 55 39
Octal 357 314 64 0 17 116 6 61 125 71
Binary 11101111 11001100 110100 0 1111 1001110 110 110001 1010101 111001

Color Harmonies of #EFCC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC34

Black with #EFCC34

Text Example


Text Example

White with #EFCC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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