Html Css Color HEX #E5CE50 Festival

📋 copy color: '#E5CE50'

red 229 ◦ green 206 ◦ blue 80

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

Shades of Festival #E5CE50

Tints of Festival #E5CE50

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40%

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

R = 44.47%
G = 40%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E5CE50 (or 0xE5CE50) is known color: Festival. HEX triplet: E5, CE and 50. RGB value is (229,206,80). Sum of RGB (Red+Green+Blue) = 229+206+80=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CE50 is #1A31AF. Grayscale: #C7C7C7. Windows color (decimal): -1716656 or 5295845. OLE color: 5295845.

HSL color Cylindrical-coordinate representation of color #E5CE50: hue angle of 50.74º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5CE50 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 206 80 -
CMYK 0 0.10 0.65 0.10
HSL 50.74º 0.74% 0.61% -
HSV(B) 50.74º 0.65% 0.9% -
XYZ 55.83 61.38 16.49 -
YUV 198.51 61.12 149.75 -
System Red Green Blue C M Y K H S L
Decimal 229 206 80 0 0.10 0.65 0.10 50.74 0.74 0.61
Hex E5 CE 50 0 A 41 A 33 4A 3D
Octal 345 316 120 0 12 101 12 63 112 75
Binary 11100101 11001110 1010000 0 1010 1000001 1010 110011 1001010 111101

Color Harmonies of #E5CE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CE50

Black with #E5CE50

Text Example


Text Example

White with #E5CE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CE50; }

 p { color: rgb(229,206,80); }

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

background-color css

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

 a { background-color: rgb(229,206,80); }

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

border-color css

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

 span { border-color: rgb(229,206,80); }

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