Html Css Color HEX #E7D24A Festival

📋 copy color: '#E7D24A'

red 231 ◦ green 210 ◦ blue 74

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

Shades of Festival #E7D24A

Tints of Festival #E7D24A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.78%

 BLUE value IS 74 (29.3% from 255) = 14.37%

R = 44.85%
G = 40.78%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7D24A (or 0xE7D24A) is known color: Festival. HEX triplet: E7, D2 and 4A. RGB value is (231,210,74). Sum of RGB (Red+Green+Blue) = 231+210+74=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D24A is #182DB5. Grayscale: #C9C9C9. Windows color (decimal): -1584566 or 4903655. OLE color: 4903655.

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

Color convert

RGB 231 210 74 -
CMYK 0 0.09 0.68 0.09
HSL 51.97º 0.77% 0.6% -
HSV(B) 51.97º 0.68% 0.91% -
XYZ 57.24 63.58 15.73 -
YUV 200.78 56.46 149.56 -
System Red Green Blue C M Y K H S L
Decimal 231 210 74 0 0.09 0.68 0.09 51.97 0.77 0.6
Hex E7 D2 4A 0 9 44 9 34 4D 3C
Octal 347 322 112 0 11 104 11 64 115 74
Binary 11100111 11010010 1001010 0 1001 1000100 1001 110100 1001101 111100

Color Harmonies of #E7D24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D24A

Black with #E7D24A

Text Example


Text Example

White with #E7D24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D24A; }

 p { color: rgb(231,210,74); }

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

background-color css

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

 a { background-color: rgb(231,210,74); }

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

border-color css

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

 span { border-color: rgb(231,210,74); }

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