Html Css Color HEX #ECD38B Buff

📋 copy color: '#ECD38B'

red 236 ◦ green 211 ◦ blue 139

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

Shades of Buff #ECD38B

Tints of Buff #ECD38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.72%

R = 40.27%
G = 36.01%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ECD38B (or 0xECD38B) is known color: Buff. HEX triplet: EC, D3 and 8B. RGB value is (236,211,139). Sum of RGB (Red+Green+Blue) = 236+211+139=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 139 (54.69% from 255 or 23.72% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD38B is #132C74. Grayscale: #D2D2D2. Windows color (decimal): -1256565 or 9163756. OLE color: 9163756.

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

Color convert

RGB 236 211 139 -
CMYK 0 0.11 0.41 0.07
HSL 44.54º 0.72% 0.74% -
HSV(B) 44.54º 0.41% 0.93% -
XYZ 62.55 66.29 33.92 -
YUV 210.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 236 211 139 0 0.11 0.41 0.07 44.54 0.72 0.74
Hex EC D3 8B 0 B 29 7 2D 48 4A
Octal 354 323 213 0 13 51 7 55 110 112
Binary 11101100 11010011 10001011 0 1011 101001 111 101101 1001000 1001010

Color Harmonies of #ECD38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD38B

Black with #ECD38B

Text Example


Text Example

White with #ECD38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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