Html Css Color HEX #ECBD4B Cream Can

📋 copy color: '#ECBD4B'

red 236 ◦ green 189 ◦ blue 75

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

Shades of Cream Can #ECBD4B

Tints of Cream Can #ECBD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15%

R = 47.2%
G = 37.8%
B = 15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECBD4B (or 0xECBD4B) is known color: Cream Can. HEX triplet: EC, BD and 4B. RGB value is (236,189,75). Sum of RGB (Red+Green+Blue) = 236+189+75=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD4B is #1342B4. Grayscale: #BEBEBE. Windows color (decimal): -1262261 or 4963820. OLE color: 4963820.

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

Color convert

RGB 236 189 75 -
CMYK 0 0.20 0.68 0.07
HSL 42.48º 0.81% 0.61% -
HSV(B) 42.48º 0.68% 0.93% -
XYZ 54.06 54.74 14.37 -
YUV 190.06 63.07 160.77 -
System Red Green Blue C M Y K H S L
Decimal 236 189 75 0 0.20 0.68 0.07 42.48 0.81 0.61
Hex EC BD 4B 0 14 44 7 2A 51 3D
Octal 354 275 113 0 24 104 7 52 121 75
Binary 11101100 10111101 1001011 0 10100 1000100 111 101010 1010001 111101

Color Harmonies of #ECBD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD4B

Black with #ECBD4B

Text Example


Text Example

White with #ECBD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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