Html Css Color HEX #EDD78A Buff

📋 copy color: '#EDD78A'

red 237 ◦ green 215 ◦ blue 138

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

Shades of Buff #EDD78A

Tints of Buff #EDD78A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.39%

R = 40.17%
G = 36.44%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDD78A (or 0xEDD78A) is known color: Buff. HEX triplet: ED, D7 and 8A. RGB value is (237,215,138). Sum of RGB (Red+Green+Blue) = 237+215+138=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 138 (54.30% from 255 or 23.39% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD78A is #122875. Grayscale: #D5D5D5. Windows color (decimal): -1190006 or 9099245. OLE color: 9099245.

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

Color convert

RGB 237 215 138 -
CMYK 0 0.09 0.42 0.07
HSL 46.67º 0.73% 0.74% -
HSV(B) 46.67º 0.42% 0.93% -
XYZ 63.81 68.44 33.89 -
YUV 212.8 85.79 145.26 -
System Red Green Blue C M Y K H S L
Decimal 237 215 138 0 0.09 0.42 0.07 46.67 0.73 0.74
Hex ED D7 8A 0 9 2A 7 2F 49 4A
Octal 355 327 212 0 11 52 7 57 111 112
Binary 11101101 11010111 10001010 0 1001 101010 111 101111 1001001 1001010

Color Harmonies of #EDD78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD78A

Black with #EDD78A

Text Example


Text Example

White with #EDD78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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