Html Css Color HEX #ECBF40 Cream Can

📋 copy color: '#ECBF40'

red 236 ◦ green 191 ◦ blue 64

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

Shades of Cream Can #ECBF40

Tints of Cream Can #ECBF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.03%

R = 48.07%
G = 38.9%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECBF40 (or 0xECBF40) is known color: Cream Can. HEX triplet: EC, BF and 40. RGB value is (236,191,64). Sum of RGB (Red+Green+Blue) = 236+191+64=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBF40 is #1340BF. Grayscale: #BEBEBE. Windows color (decimal): -1261760 or 4243436. OLE color: 4243436.

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

Color convert

RGB 236 191 64 -
CMYK 0 0.19 0.73 0.07
HSL 44.3º 0.82% 0.59% -
HSV(B) 44.3º 0.73% 0.93% -
XYZ 54.15 55.46 12.7 -
YUV 189.98 56.91 160.83 -
System Red Green Blue C M Y K H S L
Decimal 236 191 64 0 0.19 0.73 0.07 44.3 0.82 0.59
Hex EC BF 40 0 13 49 7 2C 52 3B
Octal 354 277 100 0 23 111 7 54 122 73
Binary 11101100 10111111 1000000 0 10011 1001001 111 101100 1010010 111011

Color Harmonies of #ECBF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBF40

Black with #ECBF40

Text Example


Text Example

White with #ECBF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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