Html Css Color HEX #ECC13F Festival

📋 copy color: '#ECC13F'

red 236 ◦ green 193 ◦ blue 63

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

Shades of Festival #ECC13F

Tints of Festival #ECC13F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.23%

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

R = 47.97%
G = 39.23%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECC13F (or 0xECC13F) is known color: Festival. HEX triplet: EC, C1 and 3F. RGB value is (236,193,63). Sum of RGB (Red+Green+Blue) = 236+193+63=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 63 (25% from 255 or 12.80% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC13F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC13F is #133EC0. Grayscale: #BFBFBF. Windows color (decimal): -1261249 or 4178412. OLE color: 4178412.

HSL color Cylindrical-coordinate representation of color #ECC13F: hue angle of 45.09º 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 #ECC13F is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 193 63 -
CMYK 0 0.18 0.73 0.07
HSL 45.09º 0.82% 0.59% -
HSV(B) 45.09º 0.73% 0.93% -
XYZ 54.56 56.33 12.7 -
YUV 191.04 55.75 160.07 -
System Red Green Blue C M Y K H S L
Decimal 236 193 63 0 0.18 0.73 0.07 45.09 0.82 0.59
Hex EC C1 3F 0 12 49 7 2D 52 3B
Octal 354 301 77 0 22 111 7 55 122 73
Binary 11101100 11000001 111111 0 10010 1001001 111 101101 1010010 111011

Color Harmonies of #ECC13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC13F

Black with #ECC13F

Text Example


Text Example

White with #ECC13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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