Html Css Color HEX #ECBF5C Cream Can

📋 copy color: '#ECBF5C'

red 236 ◦ green 191 ◦ blue 92

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

Shades of Cream Can #ECBF5C

Tints of Cream Can #ECBF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.73%

R = 45.47%
G = 36.8%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECBF5C (or 0xECBF5C) is known color: Cream Can. HEX triplet: EC, BF and 5C. RGB value is (236,191,92). Sum of RGB (Red+Green+Blue) = 236+191+92=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF5C is #1340A3. Grayscale: #C1C1C1. Windows color (decimal): -1261732 or 6078444. OLE color: 6078444.

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

Color convert

RGB 236 191 92 -
CMYK 0 0.19 0.61 0.07
HSL 41.25º 0.79% 0.64% -
HSV(B) 41.25º 0.61% 0.93% -
XYZ 55.15 55.87 18 -
YUV 193.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 236 191 92 0 0.19 0.61 0.07 41.25 0.79 0.64
Hex EC BF 5C 0 13 3D 7 29 4F 40
Octal 354 277 134 0 23 75 7 51 117 100
Binary 11101100 10111111 1011100 0 10011 111101 111 101001 1001111 1000000

Color Harmonies of #ECBF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBF5C

Black with #ECBF5C

Text Example


Text Example

White with #ECBF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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