Html Css Color HEX #ECCB46 Festival

📋 copy color: '#ECCB46'

red 236 ◦ green 203 ◦ blue 70

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

Shades of Festival #ECCB46

Tints of Festival #ECCB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.75%

R = 46.37%
G = 39.88%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECCB46 (or 0xECCB46) is known color: Festival. HEX triplet: EC, CB and 46. RGB value is (236,203,70). Sum of RGB (Red+Green+Blue) = 236+203+70=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 70 (27.73% from 255 or 13.75% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB46 is #1334B9. Grayscale: #C6C6C6. Windows color (decimal): -1258682 or 4639724. OLE color: 4639724.

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

Color convert

RGB 236 203 70 -
CMYK 0 0.14 0.70 0.07
HSL 48.07º 0.81% 0.6% -
HSV(B) 48.07º 0.7% 0.93% -
XYZ 57.05 60.99 14.56 -
YUV 197.71 55.93 155.31 -
System Red Green Blue C M Y K H S L
Decimal 236 203 70 0 0.14 0.70 0.07 48.07 0.81 0.6
Hex EC CB 46 0 E 46 7 30 51 3C
Octal 354 313 106 0 16 106 7 60 121 74
Binary 11101100 11001011 1000110 0 1110 1000110 111 110000 1010001 111100

Color Harmonies of #ECCB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB46

Black with #ECCB46

Text Example


Text Example

White with #ECCB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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