Html Css Color HEX #E9CA50 Festival

📋 copy color: '#E9CA50'

red 233 ◦ green 202 ◦ blue 80

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

Shades of Festival #E9CA50

Tints of Festival #E9CA50

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.22%

 BLUE value IS 80 (31.64% from 255) = 15.53%

R = 45.24%
G = 39.22%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E9CA50 (or 0xE9CA50) is known color: Festival. HEX triplet: E9, CA and 50. RGB value is (233,202,80). Sum of RGB (Red+Green+Blue) = 233+202+80=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CA50 is #1635AF. Grayscale: #C5C5C5. Windows color (decimal): -1455536 or 5294825. OLE color: 5294825.

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

Color convert

RGB 233 202 80 -
CMYK 0 0.13 0.66 0.09
HSL 47.84º 0.78% 0.61% -
HSV(B) 47.84º 0.66% 0.91% -
XYZ 56.17 60.14 16.24 -
YUV 197.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 233 202 80 0 0.13 0.66 0.09 47.84 0.78 0.61
Hex E9 CA 50 0 D 42 9 30 4E 3D
Octal 351 312 120 0 15 102 11 60 116 75
Binary 11101001 11001010 1010000 0 1101 1000010 1001 110000 1001110 111101

Color Harmonies of #E9CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CA50

Black with #E9CA50

Text Example


Text Example

White with #E9CA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CA50; }

 p { color: rgb(233,202,80); }

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

background-color css

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

 a { background-color: rgb(233,202,80); }

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

border-color css

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

 span { border-color: rgb(233,202,80); }

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