Html Css Color HEX #ECBF52 Cream Can

📋 copy color: '#ECBF52'

red 236 ◦ green 191 ◦ blue 82

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

Shades of Cream Can #ECBF52

Tints of Cream Can #ECBF52

RGB

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

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

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

R = 46.37%
G = 37.52%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECBF52 (or 0xECBF52) is known color: Cream Can. HEX triplet: EC, BF and 52. RGB value is (236,191,82). Sum of RGB (Red+Green+Blue) = 236+191+82=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF52 is #1340AD. Grayscale: #C0C0C0. Windows color (decimal): -1261742 or 5423084. OLE color: 5423084.

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

Color convert

RGB 236 191 82 -
CMYK 0 0.19 0.65 0.07
HSL 42.47º 0.8% 0.62% -
HSV(B) 42.47º 0.65% 0.93% -
XYZ 54.75 55.7 15.85 -
YUV 192.03 65.91 159.36 -
System Red Green Blue C M Y K H S L
Decimal 236 191 82 0 0.19 0.65 0.07 42.47 0.8 0.62
Hex EC BF 52 0 13 41 7 2A 50 3E
Octal 354 277 122 0 23 101 7 52 120 76
Binary 11101100 10111111 1010010 0 10011 1000001 111 101010 1010000 111110

Color Harmonies of #ECBF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBF52

Black with #ECBF52

Text Example


Text Example

White with #ECBF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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