Html Css Color HEX #ECCC3F Festival

📋 copy color: '#ECCC3F'

red 236 ◦ green 204 ◦ blue 63

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

Shades of Festival #ECCC3F

Tints of Festival #ECCC3F

RGB

 RED value IS 236 (92.58% from 255) = 46.92%

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

 BLUE value IS 63 (25% from 255) = 12.52%

R = 46.92%
G = 40.56%
B = 12.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECCC3F (or 0xECCC3F) is known color: Festival. HEX triplet: EC, CC and 3F. RGB value is (236,204,63). Sum of RGB (Red+Green+Blue) = 236+204+63=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 63 (25% from 255 or 12.52% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC3F is #1333C0. Grayscale: #C6C6C6. Windows color (decimal): -1258433 or 4181228. OLE color: 4181228.

HSL color Cylindrical-coordinate representation of color #ECCC3F: hue angle of 48.9º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECCC3F is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 204 63 -
CMYK 0 0.14 0.73 0.07
HSL 48.9º 0.82% 0.59% -
HSV(B) 48.9º 0.73% 0.93% -
XYZ 57.08 61.38 13.54 -
YUV 197.49 52.1 155.46 -
System Red Green Blue C M Y K H S L
Decimal 236 204 63 0 0.14 0.73 0.07 48.9 0.82 0.59
Hex EC CC 3F 0 E 49 7 31 52 3B
Octal 354 314 77 0 16 111 7 61 122 73
Binary 11101100 11001100 111111 0 1110 1001001 111 110001 1010010 111011

Color Harmonies of #ECCC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC3F

Black with #ECCC3F

Text Example


Text Example

White with #ECCC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC3F; }

 p { color: rgb(236,204,63); }

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

background-color css

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

 a { background-color: rgb(236,204,63); }

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

border-color css

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

 span { border-color: rgb(236,204,63); }

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