Html Css Color HEX #E7D04C Festival

📋 copy color: '#E7D04C'

red 231 ◦ green 208 ◦ blue 76

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

Shades of Festival #E7D04C

Tints of Festival #E7D04C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.39%

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

R = 44.85%
G = 40.39%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7D04C (or 0xE7D04C) is known color: Festival. HEX triplet: E7, D0 and 4C. RGB value is (231,208,76). Sum of RGB (Red+Green+Blue) = 231+208+76=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 76 (30.08% from 255 or 14.76% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D04C is #182FB3. Grayscale: #C8C8C8. Windows color (decimal): -1585076 or 5034215. OLE color: 5034215.

HSL color Cylindrical-coordinate representation of color #E7D04C: hue angle of 51.1º 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 #E7D04C is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 208 76 -
CMYK 0 0.10 0.67 0.09
HSL 51.1º 0.76% 0.6% -
HSV(B) 51.1º 0.67% 0.91% -
XYZ 56.82 62.62 15.93 -
YUV 199.83 58.12 150.23 -
System Red Green Blue C M Y K H S L
Decimal 231 208 76 0 0.10 0.67 0.09 51.1 0.76 0.6
Hex E7 D0 4C 0 A 43 9 33 4C 3C
Octal 347 320 114 0 12 103 11 63 114 74
Binary 11100111 11010000 1001100 0 1010 1000011 1001 110011 1001100 111100

Color Harmonies of #E7D04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D04C

Black with #E7D04C

Text Example


Text Example

White with #E7D04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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