Html Css Color HEX #ECBE50 Cream Can

📋 copy color: '#ECBE50'

red 236 ◦ green 190 ◦ blue 80

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

Shades of Cream Can #ECBE50

Tints of Cream Can #ECBE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.81%

R = 46.64%
G = 37.55%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECBE50 (or 0xECBE50) is known color: Cream Can. HEX triplet: EC, BE and 50. RGB value is (236,190,80). Sum of RGB (Red+Green+Blue) = 236+190+80=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBE50 is #1341AF. Grayscale: #BFBFBF. Windows color (decimal): -1262000 or 5291756. OLE color: 5291756.

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

Color convert

RGB 236 190 80 -
CMYK 0 0.19 0.66 0.07
HSL 42.31º 0.8% 0.62% -
HSV(B) 42.31º 0.66% 0.93% -
XYZ 54.45 55.24 15.38 -
YUV 191.21 65.24 159.94 -
System Red Green Blue C M Y K H S L
Decimal 236 190 80 0 0.19 0.66 0.07 42.31 0.8 0.62
Hex EC BE 50 0 13 42 7 2A 50 3E
Octal 354 276 120 0 23 102 7 52 120 76
Binary 11101100 10111110 1010000 0 10011 1000010 111 101010 1010000 111110

Color Harmonies of #ECBE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE50

Black with #ECBE50

Text Example


Text Example

White with #ECBE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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