Html Css Color HEX #ECBB4A Cream Can

📋 copy color: '#ECBB4A'

red 236 ◦ green 187 ◦ blue 74

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

Shades of Cream Can #ECBB4A

Tints of Cream Can #ECBB4A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.63%

 BLUE value IS 74 (29.3% from 255) = 14.89%

R = 47.48%
G = 37.63%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECBB4A (or 0xECBB4A) is known color: Cream Can. HEX triplet: EC, BB and 4A. RGB value is (236,187,74). Sum of RGB (Red+Green+Blue) = 236+187+74=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBB4A is #1344B5. Grayscale: #BDBDBD. Windows color (decimal): -1262774 or 4897772. OLE color: 4897772.

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

Color convert

RGB 236 187 74 -
CMYK 0 0.21 0.69 0.07
HSL 41.85º 0.81% 0.61% -
HSV(B) 41.85º 0.69% 0.93% -
XYZ 53.6 53.87 14.05 -
YUV 188.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 236 187 74 0 0.21 0.69 0.07 41.85 0.81 0.61
Hex EC BB 4A 0 15 45 7 2A 51 3D
Octal 354 273 112 0 25 105 7 52 121 75
Binary 11101100 10111011 1001010 0 10101 1000101 111 101010 1010001 111101

Color Harmonies of #ECBB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBB4A

Black with #ECBB4A

Text Example


Text Example

White with #ECBB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBB4A; }

 p { color: rgb(236,187,74); }

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

background-color css

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

 a { background-color: rgb(236,187,74); }

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

border-color css

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

 span { border-color: rgb(236,187,74); }

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