Html Css Color HEX #E7CE50 Festival

📋 copy color: '#E7CE50'

red 231 ◦ green 206 ◦ blue 80

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

Shades of Festival #E7CE50

Tints of Festival #E7CE50

RGB

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

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

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

R = 44.68%
G = 39.85%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E7CE50 (or 0xE7CE50) is known color: Festival. HEX triplet: E7, CE and 50. RGB value is (231,206,80). Sum of RGB (Red+Green+Blue) = 231+206+80=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CE50 is #1831AF. Grayscale: #C7C7C7. Windows color (decimal): -1585584 or 5295847. OLE color: 5295847.

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

Color convert

RGB 231 206 80 -
CMYK 0 0.11 0.65 0.09
HSL 50.07º 0.76% 0.61% -
HSV(B) 50.07º 0.65% 0.91% -
XYZ 56.47 61.71 16.52 -
YUV 199.11 60.78 150.75 -
System Red Green Blue C M Y K H S L
Decimal 231 206 80 0 0.11 0.65 0.09 50.07 0.76 0.61
Hex E7 CE 50 0 B 41 9 32 4C 3D
Octal 347 316 120 0 13 101 11 62 114 75
Binary 11100111 11001110 1010000 0 1011 1000001 1001 110010 1001100 111101

Color Harmonies of #E7CE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CE50

Black with #E7CE50

Text Example


Text Example

White with #E7CE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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