Html Css Color HEX #ECCB49 Festival

📋 copy color: '#ECCB49'

red 236 ◦ green 203 ◦ blue 73

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

Shades of Festival #ECCB49

Tints of Festival #ECCB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.26%

R = 46.09%
G = 39.65%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECCB49 (or 0xECCB49) is known color: Festival. HEX triplet: EC, CB and 49. RGB value is (236,203,73). Sum of RGB (Red+Green+Blue) = 236+203+73=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB49 is #1334B6. Grayscale: #C6C6C6. Windows color (decimal): -1258679 or 4836332. OLE color: 4836332.

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

Color convert

RGB 236 203 73 -
CMYK 0 0.14 0.69 0.07
HSL 47.85º 0.81% 0.61% -
HSV(B) 47.85º 0.69% 0.93% -
XYZ 57.15 61.03 15.07 -
YUV 198.05 57.43 155.07 -
System Red Green Blue C M Y K H S L
Decimal 236 203 73 0 0.14 0.69 0.07 47.85 0.81 0.61
Hex EC CB 49 0 E 45 7 30 51 3D
Octal 354 313 111 0 16 105 7 60 121 75
Binary 11101100 11001011 1001001 0 1110 1000101 111 110000 1010001 111101

Color Harmonies of #ECCB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB49

Black with #ECCB49

Text Example


Text Example

White with #ECCB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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