Html Css Color HEX #E0C752 Festival

📋 copy color: '#E0C752'

red 224 ◦ green 199 ◦ blue 82

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

Shades of Festival #E0C752

Tints of Festival #E0C752

RGB

 RED value IS 224 (87.89% from 255) = 44.36%

 GREEN value IS 199 (78.13% from 255) = 39.41%

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

R = 44.36%
G = 39.41%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E0C752 (or 0xE0C752) is known color: Festival. HEX triplet: E0, C7 and 52. RGB value is (224,199,82). Sum of RGB (Red+Green+Blue) = 224+199+82=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C752 is #1F38AD. Grayscale: #C1C1C1. Windows color (decimal): -2046126 or 5425120. OLE color: 5425120.

HSL color Cylindrical-coordinate representation of color #E0C752: hue angle of 49.44º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0C752 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 199 82 -
CMYK 0 0.11 0.63 0.12
HSL 49.44º 0.7% 0.6% -
HSV(B) 49.44º 0.63% 0.88% -
XYZ 52.69 57.3 16.27 -
YUV 193.14 65.28 150.01 -
System Red Green Blue C M Y K H S L
Decimal 224 199 82 0 0.11 0.63 0.12 49.44 0.7 0.6
Hex E0 C7 52 0 B 3F C 31 46 3C
Octal 340 307 122 0 13 77 14 61 106 74
Binary 11100000 11000111 1010010 0 1011 111111 1100 110001 1000110 111100

Color Harmonies of #E0C752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C752

Black with #E0C752

Text Example


Text Example

White with #E0C752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C752; }

 p { color: rgb(224,199,82); }

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

background-color css

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

 a { background-color: rgb(224,199,82); }

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

border-color css

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

 span { border-color: rgb(224,199,82); }

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