Html Css Color HEX #E7D34C Festival

📋 copy color: '#E7D34C'

red 231 ◦ green 211 ◦ blue 76

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

Shades of Festival #E7D34C

Tints of Festival #E7D34C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.73%

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

R = 44.59%
G = 40.73%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7D34C (or 0xE7D34C) is known color: Festival. HEX triplet: E7, D3 and 4C. RGB value is (231,211,76). Sum of RGB (Red+Green+Blue) = 231+211+76=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D34C is #182CB3. Grayscale: #CACACA. Windows color (decimal): -1584308 or 5034983. OLE color: 5034983.

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

Color convert

RGB 231 211 76 -
CMYK 0 0.09 0.67 0.09
HSL 52.26º 0.76% 0.6% -
HSV(B) 52.26º 0.67% 0.91% -
XYZ 57.55 64.1 16.18 -
YUV 201.59 57.13 148.98 -
System Red Green Blue C M Y K H S L
Decimal 231 211 76 0 0.09 0.67 0.09 52.26 0.76 0.6
Hex E7 D3 4C 0 9 43 9 34 4C 3C
Octal 347 323 114 0 11 103 11 64 114 74
Binary 11100111 11010011 1001100 0 1001 1000011 1001 110100 1001100 111100

Color Harmonies of #E7D34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D34C

Black with #E7D34C

Text Example


Text Example

White with #E7D34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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