Html Css Color HEX #ECD48A Buff

📋 copy color: '#ECD48A'

red 236 ◦ green 212 ◦ blue 138

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

Shades of Buff #ECD48A

Tints of Buff #ECD48A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.18%

 BLUE value IS 138 (54.3% from 255) = 23.55%

R = 40.27%
G = 36.18%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECD48A (or 0xECD48A) is known color: Buff. HEX triplet: EC, D4 and 8A. RGB value is (236,212,138). Sum of RGB (Red+Green+Blue) = 236+212+138=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD48A is #132B75. Grayscale: #D3D3D3. Windows color (decimal): -1256310 or 9098476. OLE color: 9098476.

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

Color convert

RGB 236 212 138 -
CMYK 0 0.10 0.42 0.07
HSL 45.31º 0.72% 0.73% -
HSV(B) 45.31º 0.42% 0.93% -
XYZ 62.72 66.75 33.62 -
YUV 210.74 86.95 146.02 -
System Red Green Blue C M Y K H S L
Decimal 236 212 138 0 0.10 0.42 0.07 45.31 0.72 0.73
Hex EC D4 8A 0 A 2A 7 2D 48 49
Octal 354 324 212 0 12 52 7 55 110 111
Binary 11101100 11010100 10001010 0 1010 101010 111 101101 1001000 1001001

Color Harmonies of #ECD48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD48A

Black with #ECD48A

Text Example


Text Example

White with #ECD48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD48A; }

 p { color: rgb(236,212,138); }

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

background-color css

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

 a { background-color: rgb(236,212,138); }

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

border-color css

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

 span { border-color: rgb(236,212,138); }

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