Html Css Color HEX #ECBF5E Cream Can

📋 copy color: '#ECBF5E'

red 236 ◦ green 191 ◦ blue 94

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

Shades of Cream Can #ECBF5E

Tints of Cream Can #ECBF5E

RGB

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

 GREEN value IS 191 (75% from 255) = 36.66%

 BLUE value IS 94 (37.11% from 255) = 18.04%

R = 45.3%
G = 36.66%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECBF5E (or 0xECBF5E) is known color: Cream Can. HEX triplet: EC, BF and 5E. RGB value is (236,191,94). Sum of RGB (Red+Green+Blue) = 236+191+94=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF5E is #1340A1. Grayscale: #C1C1C1. Windows color (decimal): -1261730 or 6209516. OLE color: 6209516.

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

Color convert

RGB 236 191 94 -
CMYK 0 0.19 0.60 0.07
HSL 40.99º 0.79% 0.65% -
HSV(B) 40.99º 0.6% 0.93% -
XYZ 55.24 55.9 18.47 -
YUV 193.4 71.91 158.39 -
System Red Green Blue C M Y K H S L
Decimal 236 191 94 0 0.19 0.60 0.07 40.99 0.79 0.65
Hex EC BF 5E 0 13 3C 7 29 4F 41
Octal 354 277 136 0 23 74 7 51 117 101
Binary 11101100 10111111 1011110 0 10011 111100 111 101001 1001111 1000001

Color Harmonies of #ECBF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBF5E

Black with #ECBF5E

Text Example


Text Example

White with #ECBF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBF5E; }

 p { color: rgb(236,191,94); }

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

background-color css

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

 a { background-color: rgb(236,191,94); }

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

border-color css

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

 span { border-color: rgb(236,191,94); }

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