Html Css Color HEX #EDD38A Buff

📋 copy color: '#EDD38A'

red 237 ◦ green 211 ◦ blue 138

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

Shades of Buff #EDD38A

Tints of Buff #EDD38A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.01%

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

R = 40.44%
G = 36.01%
B = 23.55%

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

#EDD38A (or 0xEDD38A) is known color: Buff. HEX triplet: ED, D3 and 8A. RGB value is (237,211,138). Sum of RGB (Red+Green+Blue) = 237+211+138=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD38A is #122C75. Grayscale: #D2D2D2. Windows color (decimal): -1191030 or 9098221. OLE color: 9098221.

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

Color convert

RGB 237 211 138 -
CMYK 0 0.11 0.42 0.07
HSL 44.24º 0.73% 0.74% -
HSV(B) 44.24º 0.42% 0.93% -
XYZ 62.81 66.43 33.56 -
YUV 210.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 237 211 138 0 0.11 0.42 0.07 44.24 0.73 0.74
Hex ED D3 8A 0 B 2A 7 2C 49 4A
Octal 355 323 212 0 13 52 7 54 111 112
Binary 11101101 11010011 10001010 0 1011 101010 111 101100 1001001 1001010

Color Harmonies of #EDD38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD38A

Black with #EDD38A

Text Example


Text Example

White with #EDD38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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