Html Css Color HEX #E9CD53 Festival

📋 copy color: '#E9CD53'

red 233 ◦ green 205 ◦ blue 83

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

Shades of Festival #E9CD53

Tints of Festival #E9CD53

RGB

 RED value IS 233 (91.41% from 255) = 44.72%

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

 BLUE value IS 83 (32.81% from 255) = 15.93%

R = 44.72%
G = 39.35%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E9CD53 (or 0xE9CD53) is known color: Festival. HEX triplet: E9, CD and 53. RGB value is (233,205,83). Sum of RGB (Red+Green+Blue) = 233+205+83=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 83 (32.81% from 255 or 15.93% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CD53 is #1632AC. Grayscale: #C7C7C7. Windows color (decimal): -1454765 or 5492201. OLE color: 5492201.

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

Color convert

RGB 233 205 83 -
CMYK 0 0.12 0.64 0.09
HSL 48.8º 0.77% 0.62% -
HSV(B) 48.8º 0.64% 0.91% -
XYZ 57 61.61 17.07 -
YUV 199.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 233 205 83 0 0.12 0.64 0.09 48.8 0.77 0.62
Hex E9 CD 53 0 C 40 9 31 4D 3E
Octal 351 315 123 0 14 100 11 61 115 76
Binary 11101001 11001101 1010011 0 1100 1000000 1001 110001 1001101 111110

Color Harmonies of #E9CD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CD53

Black with #E9CD53

Text Example


Text Example

White with #E9CD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CD53; }

 p { color: rgb(233,205,83); }

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

background-color css

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

 a { background-color: rgb(233,205,83); }

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

border-color css

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

 span { border-color: rgb(233,205,83); }

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