Html Css Color HEX #EDD48C Buff

📋 copy color: '#EDD48C'

red 237 ◦ green 212 ◦ blue 140

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

Shades of Buff #EDD48C

Tints of Buff #EDD48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.77%

R = 40.24%
G = 35.99%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDD48C (or 0xEDD48C) is known color: Buff. HEX triplet: ED, D4 and 8C. RGB value is (237,212,140). Sum of RGB (Red+Green+Blue) = 237+212+140=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD48C is #122B73. Grayscale: #D3D3D3. Windows color (decimal): -1190772 or 9229549. OLE color: 9229549.

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

Color convert

RGB 237 212 140 -
CMYK 0 0.11 0.41 0.07
HSL 44.54º 0.73% 0.74% -
HSV(B) 44.54º 0.41% 0.93% -
XYZ 63.2 66.98 34.41 -
YUV 211.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 237 212 140 0 0.11 0.41 0.07 44.54 0.73 0.74
Hex ED D4 8C 0 B 29 7 2D 49 4A
Octal 355 324 214 0 13 51 7 55 111 112
Binary 11101101 11010100 10001100 0 1011 101001 111 101101 1001001 1001010

Color Harmonies of #EDD48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD48C

Black with #EDD48C

Text Example


Text Example

White with #EDD48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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