Html Css Color HEX #ECBE5A Cream Can

📋 copy color: '#ECBE5A'

red 236 ◦ green 190 ◦ blue 90

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

Shades of Cream Can #ECBE5A

Tints of Cream Can #ECBE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.44%

R = 45.74%
G = 36.82%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECBE5A (or 0xECBE5A) is known color: Cream Can. HEX triplet: EC, BE and 5A. RGB value is (236,190,90). Sum of RGB (Red+Green+Blue) = 236+190+90=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBE5A is #1341A5. Grayscale: #C0C0C0. Windows color (decimal): -1261990 or 5947116. OLE color: 5947116.

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

Color convert

RGB 236 190 90 -
CMYK 0 0.19 0.62 0.07
HSL 41.1º 0.79% 0.64% -
HSV(B) 41.1º 0.62% 0.93% -
XYZ 54.85 55.4 17.47 -
YUV 192.35 70.24 159.13 -
System Red Green Blue C M Y K H S L
Decimal 236 190 90 0 0.19 0.62 0.07 41.1 0.79 0.64
Hex EC BE 5A 0 13 3E 7 29 4F 40
Octal 354 276 132 0 23 76 7 51 117 100
Binary 11101100 10111110 1011010 0 10011 111110 111 101001 1001111 1000000

Color Harmonies of #ECBE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE5A

Black with #ECBE5A

Text Example


Text Example

White with #ECBE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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