Html Css Color HEX #EDDF9E Buttermilk

📋 copy color: '#EDDF9E'

red 237 ◦ green 223 ◦ blue 158

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

Shades of Buttermilk #EDDF9E

Tints of Buttermilk #EDDF9E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.08%

 BLUE value IS 158 (62.11% from 255) = 25.57%

R = 38.35%
G = 36.08%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDDF9E (or 0xEDDF9E) is known color: Buttermilk. HEX triplet: ED, DF and 9E. RGB value is (237,223,158). Sum of RGB (Red+Green+Blue) = 237+223+158=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 158 (62.11% from 255 or 25.57% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF9E is #122061. Grayscale: #DCDCDC. Windows color (decimal): -1187938 or 10412013. OLE color: 10412013.

HSL color Cylindrical-coordinate representation of color #EDDF9E: hue angle of 49.37º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDDF9E is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 158 -
CMYK 0 0.06 0.33 0.07
HSL 49.37º 0.69% 0.77% -
HSV(B) 49.37º 0.33% 0.93% -
XYZ 67.48 73.25 42.93 -
YUV 219.78 93.14 140.29 -
System Red Green Blue C M Y K H S L
Decimal 237 223 158 0 0.06 0.33 0.07 49.37 0.69 0.77
Hex ED DF 9E 0 6 21 7 31 45 4D
Octal 355 337 236 0 6 41 7 61 105 115
Binary 11101101 11011111 10011110 0 110 100001 111 110001 1000101 1001101

Color Harmonies of #EDDF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF9E

Black with #EDDF9E

Text Example


Text Example

White with #EDDF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF9E; }

 p { color: rgb(237,223,158); }

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

background-color css

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

 a { background-color: rgb(237,223,158); }

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

border-color css

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

 span { border-color: rgb(237,223,158); }

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