Html Css Color HEX #ECBF5A Cream Can

📋 copy color: '#ECBF5A'

red 236 ◦ green 191 ◦ blue 90

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

Shades of Cream Can #ECBF5A

Tints of Cream Can #ECBF5A

RGB

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

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

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

R = 45.65%
G = 36.94%
B = 17.41%

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

#ECBF5A (or 0xECBF5A) is known color: Cream Can. HEX triplet: EC, BF and 5A. RGB value is (236,191,90). Sum of RGB (Red+Green+Blue) = 236+191+90=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF5A is #1340A5. Grayscale: #C1C1C1. Windows color (decimal): -1261734 or 5947372. OLE color: 5947372.

HSL color Cylindrical-coordinate representation of color #ECBF5A: hue angle of 41.51º 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 #ECBF5A is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 191 90 -
CMYK 0 0.19 0.62 0.07
HSL 41.51º 0.79% 0.64% -
HSV(B) 41.51º 0.62% 0.93% -
XYZ 55.07 55.83 17.55 -
YUV 192.94 69.91 158.71 -
System Red Green Blue C M Y K H S L
Decimal 236 191 90 0 0.19 0.62 0.07 41.51 0.79 0.64
Hex EC BF 5A 0 13 3E 7 2A 4F 40
Octal 354 277 132 0 23 76 7 52 117 100
Binary 11101100 10111111 1011010 0 10011 111110 111 101010 1001111 1000000

Color Harmonies of #ECBF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBF5A

Black with #ECBF5A

Text Example


Text Example

White with #ECBF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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