Html Css Color HEX #EFCC52 Festival

📋 copy color: '#EFCC52'

red 239 ◦ green 204 ◦ blue 82

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

Shades of Festival #EFCC52

Tints of Festival #EFCC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.62%

R = 45.52%
G = 38.86%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFCC52 (or 0xEFCC52) is known color: Festival. HEX triplet: EF, CC and 52. RGB value is (239,204,82). Sum of RGB (Red+Green+Blue) = 239+204+82=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 82 (32.42% from 255 or 15.62% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC52 is #1033AD. Grayscale: #C9C9C9. Windows color (decimal): -1061806 or 5426415. OLE color: 5426415.

HSL color Cylindrical-coordinate representation of color #EFCC52: hue angle of 46.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFCC52 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 204 82 -
CMYK 0 0.15 0.66 0.06
HSL 46.62º 0.83% 0.63% -
HSV(B) 46.62º 0.66% 0.94% -
XYZ 58.71 62.15 16.88 -
YUV 200.56 61.1 155.42 -
System Red Green Blue C M Y K H S L
Decimal 239 204 82 0 0.15 0.66 0.06 46.62 0.83 0.63
Hex EF CC 52 0 F 42 6 2F 53 3F
Octal 357 314 122 0 17 102 6 57 123 77
Binary 11101111 11001100 1010010 0 1111 1000010 110 101111 1010011 111111

Color Harmonies of #EFCC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC52

Black with #EFCC52

Text Example


Text Example

White with #EFCC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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