Html Css Color HEX #ECC349 Cream Can

📋 copy color: '#ECC349'

red 236 ◦ green 195 ◦ blue 73

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

Shades of Cream Can #ECC349

Tints of Cream Can #ECC349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.69%

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

R = 46.83%
G = 38.69%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECC349 (or 0xECC349) is known color: Cream Can. HEX triplet: EC, C3 and 49. RGB value is (236,195,73). Sum of RGB (Red+Green+Blue) = 236+195+73=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC349 is #133CB6. Grayscale: #C1C1C1. Windows color (decimal): -1260727 or 4834284. OLE color: 4834284.

HSL color Cylindrical-coordinate representation of color #ECC349: hue angle of 44.91º 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 #ECC349 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 195 73 -
CMYK 0 0.17 0.69 0.07
HSL 44.91º 0.81% 0.61% -
HSV(B) 44.91º 0.69% 0.93% -
XYZ 55.31 57.34 14.46 -
YUV 193.35 60.08 158.42 -
System Red Green Blue C M Y K H S L
Decimal 236 195 73 0 0.17 0.69 0.07 44.91 0.81 0.61
Hex EC C3 49 0 11 45 7 2D 51 3D
Octal 354 303 111 0 21 105 7 55 121 75
Binary 11101100 11000011 1001001 0 10001 1000101 111 101101 1010001 111101

Color Harmonies of #ECC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC349

Black with #ECC349

Text Example


Text Example

White with #ECC349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC349; }

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

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

background-color css

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

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

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

border-color css

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

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

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