Html Css Color HEX #E6CC4C Festival

📋 copy color: '#E6CC4C'

red 230 ◦ green 204 ◦ blue 76

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

Shades of Festival #E6CC4C

Tints of Festival #E6CC4C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40%

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

R = 45.1%
G = 40%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6CC4C (or 0xE6CC4C) is known color: Festival. HEX triplet: E6, CC and 4C. RGB value is (230,204,76). Sum of RGB (Red+Green+Blue) = 230+204+76=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CC4C is #1933B3. Grayscale: #C5C5C5. Windows color (decimal): -1651636 or 5033190. OLE color: 5033190.

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

Color convert

RGB 230 204 76 -
CMYK 0 0.11 0.67 0.10
HSL 49.87º 0.75% 0.6% -
HSV(B) 49.87º 0.67% 0.9% -
XYZ 55.53 60.53 15.59 -
YUV 197.18 59.61 151.41 -
System Red Green Blue C M Y K H S L
Decimal 230 204 76 0 0.11 0.67 0.10 49.87 0.75 0.6
Hex E6 CC 4C 0 B 43 A 32 4B 3C
Octal 346 314 114 0 13 103 12 62 113 74
Binary 11100110 11001100 1001100 0 1011 1000011 1010 110010 1001011 111100

Color Harmonies of #E6CC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CC4C

Black with #E6CC4C

Text Example


Text Example

White with #E6CC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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