Html Css Color HEX #ECCB52 Festival

📋 copy color: '#ECCB52'

red 236 ◦ green 203 ◦ blue 82

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

Shades of Festival #ECCB52

Tints of Festival #ECCB52

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.96%

 BLUE value IS 82 (32.42% from 255) = 15.74%

R = 45.3%
G = 38.96%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECCB52 (or 0xECCB52) is known color: Festival. HEX triplet: EC, CB and 52. RGB value is (236,203,82). Sum of RGB (Red+Green+Blue) = 236+203+82=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB52 is #1334AD. Grayscale: #C7C7C7. Windows color (decimal): -1258670 or 5426156. OLE color: 5426156.

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

Color convert

RGB 236 203 82 -
CMYK 0 0.14 0.65 0.07
HSL 47.14º 0.8% 0.62% -
HSV(B) 47.14º 0.65% 0.93% -
XYZ 57.47 61.15 16.76 -
YUV 199.07 61.93 154.34 -
System Red Green Blue C M Y K H S L
Decimal 236 203 82 0 0.14 0.65 0.07 47.14 0.8 0.62
Hex EC CB 52 0 E 41 7 2F 50 3E
Octal 354 313 122 0 16 101 7 57 120 76
Binary 11101100 11001011 1010010 0 1110 1000001 111 101111 1010000 111110

Color Harmonies of #ECCB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB52

Black with #ECCB52

Text Example


Text Example

White with #ECCB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB52; }

 p { color: rgb(236,203,82); }

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

background-color css

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

 a { background-color: rgb(236,203,82); }

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

border-color css

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

 span { border-color: rgb(236,203,82); }

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