Html Css Color HEX #E6C440 Festival

📋 copy color: '#E6C440'

red 230 ◦ green 196 ◦ blue 64

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

Shades of Festival #E6C440

Tints of Festival #E6C440

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40%

 BLUE value IS 64 (25.39% from 255) = 13.06%

R = 46.94%
G = 40%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E6C440 (or 0xE6C440) is known color: Festival. HEX triplet: E6, C4 and 40. RGB value is (230,196,64). Sum of RGB (Red+Green+Blue) = 230+196+64=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C440 is #193BBF. Grayscale: #BFBFBF. Windows color (decimal): -1653696 or 4244710. OLE color: 4244710.

HSL color Cylindrical-coordinate representation of color #E6C440: hue angle of 47.71º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E6C440 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 196 64 -
CMYK 0 0.15 0.72 0.10
HSL 47.71º 0.77% 0.58% -
HSV(B) 47.71º 0.72% 0.9% -
XYZ 53.3 56.67 12.98 -
YUV 191.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 230 196 64 0 0.15 0.72 0.10 47.71 0.77 0.58
Hex E6 C4 40 0 F 48 A 30 4D 3A
Octal 346 304 100 0 17 110 12 60 115 72
Binary 11100110 11000100 1000000 0 1111 1001000 1010 110000 1001101 111010

Color Harmonies of #E6C440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C440

Black with #E6C440

Text Example


Text Example

White with #E6C440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C440; }

 p { color: rgb(230,196,64); }

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

background-color css

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

 a { background-color: rgb(230,196,64); }

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

border-color css

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

 span { border-color: rgb(230,196,64); }

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