Html Css Color HEX #E7CD55 Festival

📋 copy color: '#E7CD55'

red 231 ◦ green 205 ◦ blue 85

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

Shades of Festival #E7CD55

Tints of Festival #E7CD55

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.35%

 BLUE value IS 85 (33.59% from 255) = 16.31%

R = 44.34%
G = 39.35%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E7CD55 (or 0xE7CD55) is known color: Festival. HEX triplet: E7, CD and 55. RGB value is (231,205,85). Sum of RGB (Red+Green+Blue) = 231+205+85=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CD55 is #1832AA. Grayscale: #C7C7C7. Windows color (decimal): -1585835 or 5623271. OLE color: 5623271.

HSL color Cylindrical-coordinate representation of color #E7CD55: hue angle of 49.32º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7CD55 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 205 85 -
CMYK 0 0.11 0.63 0.09
HSL 49.32º 0.75% 0.62% -
HSV(B) 49.32º 0.63% 0.91% -
XYZ 56.43 61.31 17.45 -
YUV 199.09 63.61 150.76 -
System Red Green Blue C M Y K H S L
Decimal 231 205 85 0 0.11 0.63 0.09 49.32 0.75 0.62
Hex E7 CD 55 0 B 3F 9 31 4B 3E
Octal 347 315 125 0 13 77 11 61 113 76
Binary 11100111 11001101 1010101 0 1011 111111 1001 110001 1001011 111110

Color Harmonies of #E7CD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CD55

Black with #E7CD55

Text Example


Text Example

White with #E7CD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CD55; }

 p { color: rgb(231,205,85); }

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

background-color css

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

 a { background-color: rgb(231,205,85); }

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

border-color css

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

 span { border-color: rgb(231,205,85); }

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