Html Css Color HEX #EDD78D Buff

📋 copy color: '#EDD78D'

red 237 ◦ green 215 ◦ blue 141

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

Shades of Buff #EDD78D

Tints of Buff #EDD78D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.78%

R = 39.97%
G = 36.26%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDD78D (or 0xEDD78D) is known color: Buff. HEX triplet: ED, D7 and 8D. RGB value is (237,215,141). Sum of RGB (Red+Green+Blue) = 237+215+141=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD78D is #122872. Grayscale: #D5D5D5. Windows color (decimal): -1190003 or 9295853. OLE color: 9295853.

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

Color convert

RGB 237 215 141 -
CMYK 0 0.09 0.41 0.07
HSL 46.25º 0.73% 0.74% -
HSV(B) 46.25º 0.41% 0.93% -
XYZ 64.03 68.53 35.05 -
YUV 213.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 237 215 141 0 0.09 0.41 0.07 46.25 0.73 0.74
Hex ED D7 8D 0 9 29 7 2E 49 4A
Octal 355 327 215 0 11 51 7 56 111 112
Binary 11101101 11010111 10001101 0 1001 101001 111 101110 1001001 1001010

Color Harmonies of #EDD78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD78D

Black with #EDD78D

Text Example


Text Example

White with #EDD78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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