Html Css Color HEX #EDD48B Buff

📋 copy color: '#EDD48B'

red 237 ◦ green 212 ◦ blue 139

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

Shades of Buff #EDD48B

Tints of Buff #EDD48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.64%

R = 40.31%
G = 36.05%
B = 23.64%

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

#EDD48B (or 0xEDD48B) is known color: Buff. HEX triplet: ED, D4 and 8B. RGB value is (237,212,139). Sum of RGB (Red+Green+Blue) = 237+212+139=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD48B is #122B74. Grayscale: #D3D3D3. Windows color (decimal): -1190773 or 9164013. OLE color: 9164013.

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

Color convert

RGB 237 212 139 -
CMYK 0 0.11 0.41 0.07
HSL 44.69º 0.73% 0.74% -
HSV(B) 44.69º 0.41% 0.93% -
XYZ 63.13 66.96 34.02 -
YUV 211.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 237 212 139 0 0.11 0.41 0.07 44.69 0.73 0.74
Hex ED D4 8B 0 B 29 7 2D 49 4A
Octal 355 324 213 0 13 51 7 55 111 112
Binary 11101101 11010100 10001011 0 1011 101001 111 101101 1001001 1001010

Color Harmonies of #EDD48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD48B

Black with #EDD48B

Text Example


Text Example

White with #EDD48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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