Html Css Color HEX #E7D240 Festival

📋 copy color: '#E7D240'

red 231 ◦ green 210 ◦ blue 64

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

Shades of Festival #E7D240

Tints of Festival #E7D240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.67%

R = 45.74%
G = 41.58%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E7D240 (or 0xE7D240) is known color: Festival. HEX triplet: E7, D2 and 40. RGB value is (231,210,64). Sum of RGB (Red+Green+Blue) = 231+210+64=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D240 is #182DBF. Grayscale: #C8C8C8. Windows color (decimal): -1584576 or 4248295. OLE color: 4248295.

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

Color convert

RGB 231 210 64 -
CMYK 0 0.09 0.72 0.09
HSL 52.46º 0.78% 0.58% -
HSV(B) 52.46º 0.72% 0.91% -
XYZ 56.93 63.45 14.1 -
YUV 199.64 51.46 150.37 -
System Red Green Blue C M Y K H S L
Decimal 231 210 64 0 0.09 0.72 0.09 52.46 0.78 0.58
Hex E7 D2 40 0 9 48 9 34 4E 3A
Octal 347 322 100 0 11 110 11 64 116 72
Binary 11100111 11010010 1000000 0 1001 1001000 1001 110100 1001110 111010

Color Harmonies of #E7D240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D240

Black with #E7D240

Text Example


Text Example

White with #E7D240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D240; }

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

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

background-color css

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

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

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

border-color css

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

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

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