Html Css Color HEX #EED58B Buff

📋 copy color: '#EED58B'

red 238 ◦ green 213 ◦ blue 139

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

Shades of Buff #EED58B

Tints of Buff #EED58B

RGB

 RED value IS 238 (93.36% from 255) = 40.34%

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

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

R = 40.34%
G = 36.1%
B = 23.56%

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

#EED58B (or 0xEED58B) is known color: Buff. HEX triplet: EE, D5 and 8B. RGB value is (238,213,139). Sum of RGB (Red+Green+Blue) = 238+213+139=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EED58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED58B is #112A74. Grayscale: #D4D4D4. Windows color (decimal): -1124981 or 9164270. OLE color: 9164270.

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

Color convert

RGB 238 213 139 -
CMYK 0 0.11 0.42 0.07
HSL 44.85º 0.74% 0.74% -
HSV(B) 44.85º 0.42% 0.93% -
XYZ 63.71 67.63 34.12 -
YUV 212.04 86.78 146.52 -
System Red Green Blue C M Y K H S L
Decimal 238 213 139 0 0.11 0.42 0.07 44.85 0.74 0.74
Hex EE D5 8B 0 B 2A 7 2D 4A 4A
Octal 356 325 213 0 13 52 7 55 112 112
Binary 11101110 11010101 10001011 0 1011 101010 111 101101 1001010 1001010

Color Harmonies of #EED58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED58B

Black with #EED58B

Text Example


Text Example

White with #EED58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED58B; }

 p { color: rgb(238,213,139); }

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

background-color css

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

 a { background-color: rgb(238,213,139); }

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

border-color css

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

 span { border-color: rgb(238,213,139); }

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