Html Css Color HEX #E3C85A Festival

📋 copy color: '#E3C85A'

red 227 ◦ green 200 ◦ blue 90

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

Shades of Festival #E3C85A

Tints of Festival #E3C85A

RGB

 RED value IS 227 (89.06% from 255) = 43.91%

 GREEN value IS 200 (78.52% from 255) = 38.68%

 BLUE value IS 90 (35.55% from 255) = 17.41%

R = 43.91%
G = 38.68%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E3C85A (or 0xE3C85A) is known color: Festival. HEX triplet: E3, C8 and 5A. RGB value is (227,200,90). Sum of RGB (Red+Green+Blue) = 227+200+90=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C85A is #1C37A5. Grayscale: #C4C4C4. Windows color (decimal): -1849254 or 5949667. OLE color: 5949667.

HSL color Cylindrical-coordinate representation of color #E3C85A: hue angle of 48.18º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3C85A is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 200 90 -
CMYK 0 0.12 0.60 0.11
HSL 48.18º 0.71% 0.62% -
HSV(B) 48.18º 0.6% 0.89% -
XYZ 54.18 58.38 18.09 -
YUV 195.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 227 200 90 0 0.12 0.60 0.11 48.18 0.71 0.62
Hex E3 C8 5A 0 C 3C B 30 47 3E
Octal 343 310 132 0 14 74 13 60 107 76
Binary 11100011 11001000 1011010 0 1100 111100 1011 110000 1000111 111110

Color Harmonies of #E3C85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3C85A

Black with #E3C85A

Text Example


Text Example

White with #E3C85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3C85A; }

 p { color: rgb(227,200,90); }

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

background-color css

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

 a { background-color: rgb(227,200,90); }

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

border-color css

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

 span { border-color: rgb(227,200,90); }

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