Html Css Color HEX #ECCD53 Festival

📋 copy color: '#ECCD53'

red 236 ◦ green 205 ◦ blue 83

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

Shades of Festival #ECCD53

Tints of Festival #ECCD53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.84%

R = 45.04%
G = 39.12%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECCD53 (or 0xECCD53) is known color: Festival. HEX triplet: EC, CD and 53. RGB value is (236,205,83). Sum of RGB (Red+Green+Blue) = 236+205+83=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD53 is #1332AC. Grayscale: #C8C8C8. Windows color (decimal): -1258157 or 5492204. OLE color: 5492204.

HSL color Cylindrical-coordinate representation of color #ECCD53: hue angle of 47.84º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECCD53 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 205 83 -
CMYK 0 0.13 0.65 0.07
HSL 47.84º 0.8% 0.63% -
HSV(B) 47.84º 0.65% 0.93% -
XYZ 57.98 62.12 17.12 -
YUV 200.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 236 205 83 0 0.13 0.65 0.07 47.84 0.8 0.63
Hex EC CD 53 0 D 41 7 30 50 3F
Octal 354 315 123 0 15 101 7 60 120 77
Binary 11101100 11001101 1010011 0 1101 1000001 111 110000 1010000 111111

Color Harmonies of #ECCD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD53

Black with #ECCD53

Text Example


Text Example

White with #ECCD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD53; }

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

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

background-color css

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

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

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

border-color css

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

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

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