Html Css Color HEX #ECCF40 Festival

📋 copy color: '#ECCF40'

red 236 ◦ green 207 ◦ blue 64

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

Shades of Festival #ECCF40

Tints of Festival #ECCF40

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.83%

 BLUE value IS 64 (25.39% from 255) = 12.62%

R = 46.55%
G = 40.83%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECCF40 (or 0xECCF40) is known color: Festival. HEX triplet: EC, CF and 40. RGB value is (236,207,64). Sum of RGB (Red+Green+Blue) = 236+207+64=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCF40 is #1330BF. Grayscale: #C7C7C7. Windows color (decimal): -1257664 or 4247532. OLE color: 4247532.

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

Color convert

RGB 236 207 64 -
CMYK 0 0.12 0.73 0.07
HSL 49.88º 0.82% 0.59% -
HSV(B) 49.88º 0.73% 0.93% -
XYZ 57.83 62.83 13.93 -
YUV 199.37 51.61 154.13 -
System Red Green Blue C M Y K H S L
Decimal 236 207 64 0 0.12 0.73 0.07 49.88 0.82 0.59
Hex EC CF 40 0 C 49 7 32 52 3B
Octal 354 317 100 0 14 111 7 62 122 73
Binary 11101100 11001111 1000000 0 1100 1001001 111 110010 1010010 111011

Color Harmonies of #ECCF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCF40

Black with #ECCF40

Text Example


Text Example

White with #ECCF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCF40; }

 p { color: rgb(236,207,64); }

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

background-color css

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

 a { background-color: rgb(236,207,64); }

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

border-color css

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

 span { border-color: rgb(236,207,64); }

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