Html Css Color HEX #EDD58A Buff

📋 copy color: '#EDD58A'

red 237 ◦ green 213 ◦ blue 138

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

Shades of Buff #EDD58A

Tints of Buff #EDD58A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.22%

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

R = 40.31%
G = 36.22%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDD58A (or 0xEDD58A) is known color: Buff. HEX triplet: ED, D5 and 8A. RGB value is (237,213,138). Sum of RGB (Red+Green+Blue) = 237+213+138=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD58A is #122A75. Grayscale: #D3D3D3. Windows color (decimal): -1190518 or 9098733. OLE color: 9098733.

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

Color convert

RGB 237 213 138 -
CMYK 0 0.10 0.42 0.07
HSL 45.45º 0.73% 0.74% -
HSV(B) 45.45º 0.42% 0.93% -
XYZ 63.31 67.43 33.72 -
YUV 211.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 237 213 138 0 0.10 0.42 0.07 45.45 0.73 0.74
Hex ED D5 8A 0 A 2A 7 2D 49 4A
Octal 355 325 212 0 12 52 7 55 111 112
Binary 11101101 11010101 10001010 0 1010 101010 111 101101 1001001 1001010

Color Harmonies of #EDD58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD58A

Black with #EDD58A

Text Example


Text Example

White with #EDD58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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