Html Css Color HEX #ECBE40 Cream Can

📋 copy color: '#ECBE40'

red 236 ◦ green 190 ◦ blue 64

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

Shades of Cream Can #ECBE40

Tints of Cream Can #ECBE40

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.78%

 BLUE value IS 64 (25.39% from 255) = 13.06%

R = 48.16%
G = 38.78%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECBE40 (or 0xECBE40) is known color: Cream Can. HEX triplet: EC, BE and 40. RGB value is (236,190,64). Sum of RGB (Red+Green+Blue) = 236+190+64=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBE40 is #1341BF. Grayscale: #BDBDBD. Windows color (decimal): -1262016 or 4243180. OLE color: 4243180.

HSL color Cylindrical-coordinate representation of color #ECBE40: hue angle of 43.95º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECBE40 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 190 64 -
CMYK 0 0.19 0.73 0.07
HSL 43.95º 0.82% 0.59% -
HSV(B) 43.95º 0.73% 0.93% -
XYZ 53.93 55.03 12.63 -
YUV 189.39 57.24 161.25 -
System Red Green Blue C M Y K H S L
Decimal 236 190 64 0 0.19 0.73 0.07 43.95 0.82 0.59
Hex EC BE 40 0 13 49 7 2C 52 3B
Octal 354 276 100 0 23 111 7 54 122 73
Binary 11101100 10111110 1000000 0 10011 1001001 111 101100 1010010 111011

Color Harmonies of #ECBE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE40

Black with #ECBE40

Text Example


Text Example

White with #ECBE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE40; }

 p { color: rgb(236,190,64); }

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

background-color css

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

 a { background-color: rgb(236,190,64); }

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

border-color css

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

 span { border-color: rgb(236,190,64); }

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