Html Css Color HEX #E7D54C Festival

📋 copy color: '#E7D54C'

red 231 ◦ green 213 ◦ blue 76

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

Shades of Festival #E7D54C

Tints of Festival #E7D54C

RGB

 RED value IS 231 (90.63% from 255) = 44.42%

 GREEN value IS 213 (83.59% from 255) = 40.96%

 BLUE value IS 76 (30.08% from 255) = 14.62%

R = 44.42%
G = 40.96%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7D54C (or 0xE7D54C) is known color: Festival. HEX triplet: E7, D5 and 4C. RGB value is (231,213,76). Sum of RGB (Red+Green+Blue) = 231+213+76=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D54C is #182AB3. Grayscale: #CBCBCB. Windows color (decimal): -1583796 or 5035495. OLE color: 5035495.

HSL color Cylindrical-coordinate representation of color #E7D54C: hue angle of 53.03º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7D54C is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 213 76 -
CMYK 0 0.08 0.67 0.09
HSL 53.03º 0.76% 0.6% -
HSV(B) 53.03º 0.67% 0.91% -
XYZ 58.05 65.1 16.34 -
YUV 202.76 56.46 148.14 -
System Red Green Blue C M Y K H S L
Decimal 231 213 76 0 0.08 0.67 0.09 53.03 0.76 0.6
Hex E7 D5 4C 0 8 43 9 35 4C 3C
Octal 347 325 114 0 10 103 11 65 114 74
Binary 11100111 11010101 1001100 0 1000 1000011 1001 110101 1001100 111100

Color Harmonies of #E7D54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D54C

Black with #E7D54C

Text Example


Text Example

White with #E7D54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D54C; }

 p { color: rgb(231,213,76); }

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

background-color css

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

 a { background-color: rgb(231,213,76); }

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

border-color css

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

 span { border-color: rgb(231,213,76); }

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