Html Css Color HEX #E6D545 Festival

📋 copy color: '#E6D545'

red 230 ◦ green 213 ◦ blue 69

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

Shades of Festival #E6D545

Tints of Festival #E6D545

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.6%

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

R = 44.92%
G = 41.6%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E6D545 (or 0xE6D545) is known color: Festival. HEX triplet: E6, D5 and 45. RGB value is (230,213,69). Sum of RGB (Red+Green+Blue) = 230+213+69=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D545 is #192ABA. Grayscale: #CACACA. Windows color (decimal): -1649339 or 4576742. OLE color: 4576742.

HSL color Cylindrical-coordinate representation of color #E6D545: hue angle of 53.66º 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 #E6D545 is Cyan = 0, Magento = 0.07, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 213 69 -
CMYK 0 0.07 0.7 0.10
HSL 53.66º 0.76% 0.59% -
HSV(B) 53.66º 0.7% 0.9% -
XYZ 57.5 64.84 15.12 -
YUV 201.67 53.13 148.21 -
System Red Green Blue C M Y K H S L
Decimal 230 213 69 0 0.07 0.7 0.10 53.66 0.76 0.59
Hex E6 D5 45 0 7 46 A 36 4C 3B
Octal 346 325 105 0 7 106 12 66 114 73
Binary 11100110 11010101 1000101 0 111 1000110 1010 110110 1001100 111011

Color Harmonies of #E6D545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D545

Black with #E6D545

Text Example


Text Example

White with #E6D545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D545; }

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

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

background-color css

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

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

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

border-color css

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

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

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