Html Css Color HEX #E6C346 Festival

📋 copy color: '#E6C346'

red 230 ◦ green 195 ◦ blue 70

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

Shades of Festival #E6C346

Tints of Festival #E6C346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.39%

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

R = 46.46%
G = 39.39%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E6C346 (or 0xE6C346) is known color: Festival. HEX triplet: E6, C3 and 46. RGB value is (230,195,70). Sum of RGB (Red+Green+Blue) = 230+195+70=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 70 (27.73% from 255 or 14.14% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C346 is #193CB9. Grayscale: #BFBFBF. Windows color (decimal): -1653946 or 4637670. OLE color: 4637670.

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

Color convert

RGB 230 195 70 -
CMYK 0 0.15 0.70 0.10
HSL 46.88º 0.76% 0.59% -
HSV(B) 46.88º 0.7% 0.9% -
XYZ 53.25 56.3 13.85 -
YUV 191.22 59.6 155.66 -
System Red Green Blue C M Y K H S L
Decimal 230 195 70 0 0.15 0.70 0.10 46.88 0.76 0.59
Hex E6 C3 46 0 F 46 A 2F 4C 3B
Octal 346 303 106 0 17 106 12 57 114 73
Binary 11100110 11000011 1000110 0 1111 1000110 1010 101111 1001100 111011

Color Harmonies of #E6C346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C346

Black with #E6C346

Text Example


Text Example

White with #E6C346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C346; }

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

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

background-color css

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

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

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

border-color css

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

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

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