Html Css Color HEX #ECD58D Buff

📋 copy color: '#ECD58D'

red 236 ◦ green 213 ◦ blue 141

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

Shades of Buff #ECD58D

Tints of Buff #ECD58D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.1%

 BLUE value IS 141 (55.47% from 255) = 23.9%

R = 40%
G = 36.1%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECD58D (or 0xECD58D) is known color: Buff. HEX triplet: EC, D5 and 8D. RGB value is (236,213,141). Sum of RGB (Red+Green+Blue) = 236+213+141=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD58D is #132A72. Grayscale: #D3D3D3. Windows color (decimal): -1256051 or 9295340. OLE color: 9295340.

HSL color Cylindrical-coordinate representation of color #ECD58D: hue angle of 45.47º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECD58D is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 213 141 -
CMYK 0 0.10 0.40 0.07
HSL 45.47º 0.71% 0.74% -
HSV(B) 45.47º 0.4% 0.93% -
XYZ 63.19 67.34 34.87 -
YUV 211.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 236 213 141 0 0.10 0.40 0.07 45.47 0.71 0.74
Hex EC D5 8D 0 A 28 7 2D 47 4A
Octal 354 325 215 0 12 50 7 55 107 112
Binary 11101100 11010101 10001101 0 1010 101000 111 101101 1000111 1001010

Color Harmonies of #ECD58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD58D

Black with #ECD58D

Text Example


Text Example

White with #ECD58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD58D; }

 p { color: rgb(236,213,141); }

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

background-color css

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

 a { background-color: rgb(236,213,141); }

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

border-color css

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

 span { border-color: rgb(236,213,141); }

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