Html Css Color HEX #ECCD40 Festival

📋 copy color: '#ECCD40'

red 236 ◦ green 205 ◦ blue 64

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

Shades of Festival #ECCD40

Tints of Festival #ECCD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.59%

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

R = 46.73%
G = 40.59%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECCD40 (or 0xECCD40) is known color: Festival. HEX triplet: EC, CD and 40. RGB value is (236,205,64). Sum of RGB (Red+Green+Blue) = 236+205+64=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD40 is #1332BF. Grayscale: #C6C6C6. Windows color (decimal): -1258176 or 4247020. OLE color: 4247020.

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

Color convert

RGB 236 205 64 -
CMYK 0 0.13 0.73 0.07
HSL 49.19º 0.82% 0.59% -
HSV(B) 49.19º 0.73% 0.93% -
XYZ 57.35 61.87 13.77 -
YUV 198.2 52.27 154.96 -
System Red Green Blue C M Y K H S L
Decimal 236 205 64 0 0.13 0.73 0.07 49.19 0.82 0.59
Hex EC CD 40 0 D 49 7 31 52 3B
Octal 354 315 100 0 15 111 7 61 122 73
Binary 11101100 11001101 1000000 0 1101 1001001 111 110001 1010010 111011

Color Harmonies of #ECCD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD40

Black with #ECCD40

Text Example


Text Example

White with #ECCD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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