Html Css Color HEX #E7D345 Festival

📋 copy color: '#E7D345'

red 231 ◦ green 211 ◦ blue 69

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

Shades of Festival #E7D345

Tints of Festival #E7D345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.5%

R = 45.21%
G = 41.29%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E7D345 (or 0xE7D345) is known color: Festival. HEX triplet: E7, D3 and 45. RGB value is (231,211,69). Sum of RGB (Red+Green+Blue) = 231+211+69=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D345 is #182CBA. Grayscale: #C9C9C9. Windows color (decimal): -1584315 or 4576231. OLE color: 4576231.

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

Color convert

RGB 231 211 69 -
CMYK 0 0.09 0.70 0.09
HSL 52.59º 0.77% 0.59% -
HSV(B) 52.59º 0.7% 0.91% -
XYZ 57.32 64.01 14.96 -
YUV 200.79 53.63 149.55 -
System Red Green Blue C M Y K H S L
Decimal 231 211 69 0 0.09 0.70 0.09 52.59 0.77 0.59
Hex E7 D3 45 0 9 46 9 35 4D 3B
Octal 347 323 105 0 11 106 11 65 115 73
Binary 11100111 11010011 1000101 0 1001 1000110 1001 110101 1001101 111011

Color Harmonies of #E7D345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D345

Black with #E7D345

Text Example


Text Example

White with #E7D345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D345; }

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

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

background-color css

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

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

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

border-color css

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

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

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