Html Css Color HEX #ECBD40 Cream Can

📋 copy color: '#ECBD40'

red 236 ◦ green 189 ◦ blue 64

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

Shades of Cream Can #ECBD40

Tints of Cream Can #ECBD40

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.65%

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

R = 48.26%
G = 38.65%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECBD40 (or 0xECBD40) is known color: Cream Can. HEX triplet: EC, BD and 40. RGB value is (236,189,64). Sum of RGB (Red+Green+Blue) = 236+189+64=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD40 is #1342BF. Grayscale: #BDBDBD. Windows color (decimal): -1262272 or 4242924. OLE color: 4242924.

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

Color convert

RGB 236 189 64 -
CMYK 0 0.20 0.73 0.07
HSL 43.6º 0.82% 0.59% -
HSV(B) 43.6º 0.73% 0.93% -
XYZ 53.72 54.6 12.56 -
YUV 188.8 57.57 161.66 -
System Red Green Blue C M Y K H S L
Decimal 236 189 64 0 0.20 0.73 0.07 43.6 0.82 0.59
Hex EC BD 40 0 14 49 7 2C 52 3B
Octal 354 275 100 0 24 111 7 54 122 73
Binary 11101100 10111101 1000000 0 10100 1001001 111 101100 1010010 111011

Color Harmonies of #ECBD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD40

Black with #ECBD40

Text Example


Text Example

White with #ECBD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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