Html Css Color HEX #EDD681 Buff

📋 copy color: '#EDD681'

red 237 ◦ green 214 ◦ blue 129

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

Shades of Buff #EDD681

Tints of Buff #EDD681

RGB

 RED value IS 237 (92.97% from 255) = 40.86%

 GREEN value IS 214 (83.98% from 255) = 36.9%

 BLUE value IS 129 (50.78% from 255) = 22.24%

R = 40.86%
G = 36.9%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDD681 (or 0xEDD681) is known color: Buff. HEX triplet: ED, D6 and 81. RGB value is (237,214,129). Sum of RGB (Red+Green+Blue) = 237+214+129=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 129 (50.78% from 255 or 22.24% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD681 is #12297E. Grayscale: #D3D3D3. Windows color (decimal): -1190271 or 8509165. OLE color: 8509165.

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

Color convert

RGB 237 214 129 -
CMYK 0 0.10 0.46 0.07
HSL 47.22º 0.75% 0.72% -
HSV(B) 47.22º 0.46% 0.93% -
XYZ 62.93 67.68 30.52 -
YUV 211.19 81.62 146.41 -
System Red Green Blue C M Y K H S L
Decimal 237 214 129 0 0.10 0.46 0.07 47.22 0.75 0.72
Hex ED D6 81 0 A 2E 7 2F 4B 48
Octal 355 326 201 0 12 56 7 57 113 110
Binary 11101101 11010110 10000001 0 1010 101110 111 101111 1001011 1001000

Color Harmonies of #EDD681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD681

Black with #EDD681

Text Example


Text Example

White with #EDD681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD681; }

 p { color: rgb(237,214,129); }

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

background-color css

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

 a { background-color: rgb(237,214,129); }

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

border-color css

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

 span { border-color: rgb(237,214,129); }

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