Html Css Color HEX #EDD78F Buff

📋 copy color: '#EDD78F'

red 237 ◦ green 215 ◦ blue 143

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

Shades of Buff #EDD78F

Tints of Buff #EDD78F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.13%

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

R = 39.83%
G = 36.13%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDD78F (or 0xEDD78F) is known color: Buff. HEX triplet: ED, D7 and 8F. RGB value is (237,215,143). Sum of RGB (Red+Green+Blue) = 237+215+143=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD78F is #122870. Grayscale: #D5D5D5. Windows color (decimal): -1190001 or 9426925. OLE color: 9426925.

HSL color Cylindrical-coordinate representation of color #EDD78F: hue angle of 45.96º 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 #EDD78F is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 215 143 -
CMYK 0 0.09 0.40 0.07
HSL 45.96º 0.72% 0.75% -
HSV(B) 45.96º 0.4% 0.93% -
XYZ 64.18 68.59 35.84 -
YUV 213.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 237 215 143 0 0.09 0.40 0.07 45.96 0.72 0.75
Hex ED D7 8F 0 9 28 7 2E 48 4B
Octal 355 327 217 0 11 50 7 56 110 113
Binary 11101101 11010111 10001111 0 1001 101000 111 101110 1001000 1001011

Color Harmonies of #EDD78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD78F

Black with #EDD78F

Text Example


Text Example

White with #EDD78F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD78F; }

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

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

background-color css

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

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

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

border-color css

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

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

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