Html Css Color HEX #E5CB4A Festival

📋 copy color: '#E5CB4A'

red 229 ◦ green 203 ◦ blue 74

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

Shades of Festival #E5CB4A

Tints of Festival #E5CB4A

RGB

 RED value IS 229 (89.84% from 255) = 45.26%

 GREEN value IS 203 (79.69% from 255) = 40.12%

 BLUE value IS 74 (29.3% from 255) = 14.62%

R = 45.26%
G = 40.12%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5CB4A (or 0xE5CB4A) is known color: Festival. HEX triplet: E5, CB and 4A. RGB value is (229,203,74). Sum of RGB (Red+Green+Blue) = 229+203+74=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CB4A is #1A34B5. Grayscale: #C4C4C4. Windows color (decimal): -1717430 or 4901861. OLE color: 4901861.

HSL color Cylindrical-coordinate representation of color #E5CB4A: hue angle of 49.94º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5CB4A is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 203 74 -
CMYK 0 0.11 0.68 0.10
HSL 49.94º 0.75% 0.59% -
HSV(B) 49.94º 0.68% 0.9% -
XYZ 54.91 59.86 15.14 -
YUV 196.07 59.11 151.49 -
System Red Green Blue C M Y K H S L
Decimal 229 203 74 0 0.11 0.68 0.10 49.94 0.75 0.59
Hex E5 CB 4A 0 B 44 A 32 4B 3B
Octal 345 313 112 0 13 104 12 62 113 73
Binary 11100101 11001011 1001010 0 1011 1000100 1010 110010 1001011 111011

Color Harmonies of #E5CB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CB4A

Black with #E5CB4A

Text Example


Text Example

White with #E5CB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CB4A; }

 p { color: rgb(229,203,74); }

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

background-color css

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

 a { background-color: rgb(229,203,74); }

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

border-color css

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

 span { border-color: rgb(229,203,74); }

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