Html Css Color HEX #E6C64C Festival

📋 copy color: '#E6C64C'

red 230 ◦ green 198 ◦ blue 76

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

Shades of Festival #E6C64C

Tints of Festival #E6C64C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.29%

 BLUE value IS 76 (30.08% from 255) = 15.08%

R = 45.63%
G = 39.29%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6C64C (or 0xE6C64C) is known color: Festival. HEX triplet: E6, C6 and 4C. RGB value is (230,198,76). Sum of RGB (Red+Green+Blue) = 230+198+76=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C64C is #1939B3. Grayscale: #C2C2C2. Windows color (decimal): -1653172 or 5031654. OLE color: 5031654.

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

Color convert

RGB 230 198 76 -
CMYK 0 0.14 0.67 0.10
HSL 47.53º 0.75% 0.6% -
HSV(B) 47.53º 0.67% 0.9% -
XYZ 54.13 57.73 15.13 -
YUV 193.66 61.6 153.92 -
System Red Green Blue C M Y K H S L
Decimal 230 198 76 0 0.14 0.67 0.10 47.53 0.75 0.6
Hex E6 C6 4C 0 E 43 A 30 4B 3C
Octal 346 306 114 0 16 103 12 60 113 74
Binary 11100110 11000110 1001100 0 1110 1000011 1010 110000 1001011 111100

Color Harmonies of #E6C64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C64C

Black with #E6C64C

Text Example


Text Example

White with #E6C64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C64C; }

 p { color: rgb(230,198,76); }

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

background-color css

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

 a { background-color: rgb(230,198,76); }

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

border-color css

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

 span { border-color: rgb(230,198,76); }

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