Html Css Color HEX #ECD37F Buff

📋 copy color: '#ECD37F'

red 236 ◦ green 211 ◦ blue 127

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

Shades of Buff #ECD37F

Tints of Buff #ECD37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.13%

R = 41.11%
G = 36.76%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECD37F (or 0xECD37F) is known color: Buff. HEX triplet: EC, D3 and 7F. RGB value is (236,211,127). Sum of RGB (Red+Green+Blue) = 236+211+127=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD37F is #132C80. Grayscale: #D1D1D1. Windows color (decimal): -1256577 or 8377324. OLE color: 8377324.

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

Color convert

RGB 236 211 127 -
CMYK 0 0.11 0.46 0.07
HSL 46.24º 0.74% 0.71% -
HSV(B) 46.24º 0.46% 0.93% -
XYZ 61.72 65.95 29.56 -
YUV 208.9 81.78 147.33 -
System Red Green Blue C M Y K H S L
Decimal 236 211 127 0 0.11 0.46 0.07 46.24 0.74 0.71
Hex EC D3 7F 0 B 2E 7 2E 4A 47
Octal 354 323 177 0 13 56 7 56 112 107
Binary 11101100 11010011 1111111 0 1011 101110 111 101110 1001010 1000111

Color Harmonies of #ECD37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD37F

Black with #ECD37F

Text Example


Text Example

White with #ECD37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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