Html Css Color HEX #EDD48A Buff

📋 copy color: '#EDD48A'

red 237 ◦ green 212 ◦ blue 138

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

Shades of Buff #EDD48A

Tints of Buff #EDD48A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.12%

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

R = 40.37%
G = 36.12%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDD48A (or 0xEDD48A) is known color: Buff. HEX triplet: ED, D4 and 8A. RGB value is (237,212,138). Sum of RGB (Red+Green+Blue) = 237+212+138=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD48A is #122B75. Grayscale: #D3D3D3. Windows color (decimal): -1190774 or 9098477. OLE color: 9098477.

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

Color convert

RGB 237 212 138 -
CMYK 0 0.11 0.42 0.07
HSL 44.85º 0.73% 0.74% -
HSV(B) 44.85º 0.42% 0.93% -
XYZ 63.06 66.93 33.64 -
YUV 211.04 86.78 146.52 -
System Red Green Blue C M Y K H S L
Decimal 237 212 138 0 0.11 0.42 0.07 44.85 0.73 0.74
Hex ED D4 8A 0 B 2A 7 2D 49 4A
Octal 355 324 212 0 13 52 7 55 111 112
Binary 11101101 11010100 10001010 0 1011 101010 111 101101 1001001 1001010

Color Harmonies of #EDD48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD48A

Black with #EDD48A

Text Example


Text Example

White with #EDD48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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