Html Css Color HEX #ECD38A Buff

📋 copy color: '#ECD38A'

red 236 ◦ green 211 ◦ blue 138

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

Shades of Buff #ECD38A

Tints of Buff #ECD38A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.07%

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

R = 40.34%
G = 36.07%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECD38A (or 0xECD38A) is known color: Buff. HEX triplet: EC, D3 and 8A. RGB value is (236,211,138). Sum of RGB (Red+Green+Blue) = 236+211+138=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD38A is #132C75. Grayscale: #D2D2D2. Windows color (decimal): -1256566 or 9098220. OLE color: 9098220.

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

Color convert

RGB 236 211 138 -
CMYK 0 0.11 0.42 0.07
HSL 44.69º 0.72% 0.73% -
HSV(B) 44.69º 0.42% 0.93% -
XYZ 62.47 66.26 33.54 -
YUV 210.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 236 211 138 0 0.11 0.42 0.07 44.69 0.72 0.73
Hex EC D3 8A 0 B 2A 7 2D 48 49
Octal 354 323 212 0 13 52 7 55 110 111
Binary 11101100 11010011 10001010 0 1011 101010 111 101101 1001000 1001001

Color Harmonies of #ECD38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD38A

Black with #ECD38A

Text Example


Text Example

White with #ECD38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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