Html Css Color HEX #ECCD50 Festival

📋 copy color: '#ECCD50'

red 236 ◦ green 205 ◦ blue 80

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

Shades of Festival #ECCD50

Tints of Festival #ECCD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.36%

R = 45.3%
G = 39.35%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECCD50 (or 0xECCD50) is known color: Festival. HEX triplet: EC, CD and 50. RGB value is (236,205,80). Sum of RGB (Red+Green+Blue) = 236+205+80=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD50 is #1332AF. Grayscale: #C8C8C8. Windows color (decimal): -1258160 or 5295596. OLE color: 5295596.

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

Color convert

RGB 236 205 80 -
CMYK 0 0.13 0.66 0.07
HSL 48.08º 0.8% 0.62% -
HSV(B) 48.08º 0.66% 0.93% -
XYZ 57.87 62.07 16.52 -
YUV 200.02 60.27 153.66 -
System Red Green Blue C M Y K H S L
Decimal 236 205 80 0 0.13 0.66 0.07 48.08 0.8 0.62
Hex EC CD 50 0 D 42 7 30 50 3E
Octal 354 315 120 0 15 102 7 60 120 76
Binary 11101100 11001101 1010000 0 1101 1000010 111 110000 1010000 111110

Color Harmonies of #ECCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD50

Black with #ECCD50

Text Example


Text Example

White with #ECCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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