Html Css Color HEX #ECC348 Cream Can

📋 copy color: '#ECC348'

red 236 ◦ green 195 ◦ blue 72

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

Shades of Cream Can #ECC348

Tints of Cream Can #ECC348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.31%

R = 46.92%
G = 38.77%
B = 14.31%

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

#ECC348 (or 0xECC348) is known color: Cream Can. HEX triplet: EC, C3 and 48. RGB value is (236,195,72). Sum of RGB (Red+Green+Blue) = 236+195+72=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC348 is #133CB7. Grayscale: #C1C1C1. Windows color (decimal): -1260728 or 4768748. OLE color: 4768748.

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

Color convert

RGB 236 195 72 -
CMYK 0 0.17 0.69 0.07
HSL 45º 0.81% 0.6% -
HSV(B) 45º 0.69% 0.93% -
XYZ 55.28 57.33 14.28 -
YUV 193.24 59.58 158.5 -
System Red Green Blue C M Y K H S L
Decimal 236 195 72 0 0.17 0.69 0.07 45 0.81 0.6
Hex EC C3 48 0 11 45 7 2D 51 3C
Octal 354 303 110 0 21 105 7 55 121 74
Binary 11101100 11000011 1001000 0 10001 1000101 111 101101 1010001 111100

Color Harmonies of #ECC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC348

Black with #ECC348

Text Example


Text Example

White with #ECC348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC348; }

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

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

background-color css

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

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

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

border-color css

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

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

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