Html Css Color HEX #E6C545 Festival

📋 copy color: '#E6C545'

red 230 ◦ green 197 ◦ blue 69

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

Shades of Festival #E6C545

Tints of Festival #E6C545

RGB

 RED value IS 230 (90.23% from 255) = 46.37%

 GREEN value IS 197 (77.34% from 255) = 39.72%

 BLUE value IS 69 (27.34% from 255) = 13.91%

R = 46.37%
G = 39.72%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E6C545 (or 0xE6C545) is known color: Festival. HEX triplet: E6, C5 and 45. RGB value is (230,197,69). Sum of RGB (Red+Green+Blue) = 230+197+69=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C545 is #193ABA. Grayscale: #C0C0C0. Windows color (decimal): -1653435 or 4572646. OLE color: 4572646.

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

Color convert

RGB 230 197 69 -
CMYK 0 0.14 0.7 0.10
HSL 47.7º 0.76% 0.59% -
HSV(B) 47.7º 0.7% 0.9% -
XYZ 53.67 57.19 13.84 -
YUV 192.28 58.43 154.91 -
System Red Green Blue C M Y K H S L
Decimal 230 197 69 0 0.14 0.7 0.10 47.7 0.76 0.59
Hex E6 C5 45 0 E 46 A 30 4C 3B
Octal 346 305 105 0 16 106 12 60 114 73
Binary 11100110 11000101 1000101 0 1110 1000110 1010 110000 1001100 111011

Color Harmonies of #E6C545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C545

Black with #E6C545

Text Example


Text Example

White with #E6C545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C545; }

 p { color: rgb(230,197,69); }

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

background-color css

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

 a { background-color: rgb(230,197,69); }

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

border-color css

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

 span { border-color: rgb(230,197,69); }

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