Html Css Color HEX #E6D546 Festival

📋 copy color: '#E6D546'

red 230 ◦ green 213 ◦ blue 70

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

Shades of Festival #E6D546

Tints of Festival #E6D546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.65%

R = 44.83%
G = 41.52%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E6D546 (or 0xE6D546) is known color: Festival. HEX triplet: E6, D5 and 46. RGB value is (230,213,70). Sum of RGB (Red+Green+Blue) = 230+213+70=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 70 (27.73% from 255 or 13.65% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D546 is #192AB9. Grayscale: #CACACA. Windows color (decimal): -1649338 or 4642278. OLE color: 4642278.

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

Color convert

RGB 230 213 70 -
CMYK 0 0.07 0.70 0.10
HSL 53.63º 0.76% 0.59% -
HSV(B) 53.63º 0.7% 0.9% -
XYZ 57.53 64.85 15.28 -
YUV 201.78 53.63 148.13 -
System Red Green Blue C M Y K H S L
Decimal 230 213 70 0 0.07 0.70 0.10 53.63 0.76 0.59
Hex E6 D5 46 0 7 46 A 36 4C 3B
Octal 346 325 106 0 7 106 12 66 114 73
Binary 11100110 11010101 1000110 0 111 1000110 1010 110110 1001100 111011

Color Harmonies of #E6D546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D546

Black with #E6D546

Text Example


Text Example

White with #E6D546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D546; }

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

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

background-color css

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

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

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

border-color css

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

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

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