Html Css Color HEX #ECD383 Buff

📋 copy color: '#ECD383'

red 236 ◦ green 211 ◦ blue 131

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

Shades of Buff #ECD383

Tints of Buff #ECD383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.66%

R = 40.83%
G = 36.51%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECD383 (or 0xECD383) is known color: Buff. HEX triplet: EC, D3 and 83. RGB value is (236,211,131). Sum of RGB (Red+Green+Blue) = 236+211+131=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 131 (51.56% from 255 or 22.66% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD383 is #132C7C. Grayscale: #D1D1D1. Windows color (decimal): -1256573 or 8639468. OLE color: 8639468.

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

Color convert

RGB 236 211 131 -
CMYK 0 0.11 0.44 0.07
HSL 45.71º 0.73% 0.72% -
HSV(B) 45.71º 0.44% 0.93% -
XYZ 61.98 66.06 30.96 -
YUV 209.36 83.78 147 -
System Red Green Blue C M Y K H S L
Decimal 236 211 131 0 0.11 0.44 0.07 45.71 0.73 0.72
Hex EC D3 83 0 B 2C 7 2E 49 48
Octal 354 323 203 0 13 54 7 56 111 110
Binary 11101100 11010011 10000011 0 1011 101100 111 101110 1001001 1001000

Color Harmonies of #ECD383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD383

Black with #ECD383

Text Example


Text Example

White with #ECD383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD383; }

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

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

background-color css

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

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

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

border-color css

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

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

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