Html Css Color HEX #ECBD52 Cream Can

📋 copy color: '#ECBD52'

red 236 ◦ green 189 ◦ blue 82

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

Shades of Cream Can #ECBD52

Tints of Cream Can #ECBD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.17%

R = 46.55%
G = 37.28%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECBD52 (or 0xECBD52) is known color: Cream Can. HEX triplet: EC, BD and 52. RGB value is (236,189,82). Sum of RGB (Red+Green+Blue) = 236+189+82=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD52 is #1342AD. Grayscale: #BFBFBF. Windows color (decimal): -1262254 or 5422572. OLE color: 5422572.

HSL color Cylindrical-coordinate representation of color #ECBD52: hue angle of 41.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECBD52 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 189 82 -
CMYK 0 0.20 0.65 0.07
HSL 41.69º 0.8% 0.62% -
HSV(B) 41.69º 0.65% 0.93% -
XYZ 54.31 54.84 15.7 -
YUV 190.86 66.57 160.2 -
System Red Green Blue C M Y K H S L
Decimal 236 189 82 0 0.20 0.65 0.07 41.69 0.8 0.62
Hex EC BD 52 0 14 41 7 2A 50 3E
Octal 354 275 122 0 24 101 7 52 120 76
Binary 11101100 10111101 1010010 0 10100 1000001 111 101010 1010000 111110

Color Harmonies of #ECBD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD52

Black with #ECBD52

Text Example


Text Example

White with #ECBD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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