Html Css Color HEX #EDD98F Buff

📋 copy color: '#EDD98F'

red 237 ◦ green 217 ◦ blue 143

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

Shades of Buff #EDD98F

Tints of Buff #EDD98F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.35%

 BLUE value IS 143 (56.25% from 255) = 23.95%

R = 39.7%
G = 36.35%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDD98F (or 0xEDD98F) is known color: Buff. HEX triplet: ED, D9 and 8F. RGB value is (237,217,143). Sum of RGB (Red+Green+Blue) = 237+217+143=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD98F is #122670. Grayscale: #D6D6D6. Windows color (decimal): -1189489 or 9427437. OLE color: 9427437.

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

Color convert

RGB 237 217 143 -
CMYK 0 0.08 0.40 0.07
HSL 47.23º 0.72% 0.75% -
HSV(B) 47.23º 0.4% 0.93% -
XYZ 64.7 69.61 36.01 -
YUV 214.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 237 217 143 0 0.08 0.40 0.07 47.23 0.72 0.75
Hex ED D9 8F 0 8 28 7 2F 48 4B
Octal 355 331 217 0 10 50 7 57 110 113
Binary 11101101 11011001 10001111 0 1000 101000 111 101111 1001000 1001011

Color Harmonies of #EDD98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD98F

Black with #EDD98F

Text Example


Text Example

White with #EDD98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD98F; }

 p { color: rgb(237,217,143); }

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

background-color css

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

 a { background-color: rgb(237,217,143); }

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

border-color css

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

 span { border-color: rgb(237,217,143); }

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