Html Css Color HEX #EED583 Buff

📋 copy color: '#EED583'

red 238 ◦ green 213 ◦ blue 131

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

Shades of Buff #EED583

Tints of Buff #EED583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.51%

R = 40.89%
G = 36.6%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EED583 (or 0xEED583) is known color: Buff. HEX triplet: EE, D5 and 83. RGB value is (238,213,131). Sum of RGB (Red+Green+Blue) = 238+213+131=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 131 (51.56% from 255 or 22.51% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EED583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED583 is #112A7C. Grayscale: #D3D3D3. Windows color (decimal): -1124989 or 8639982. OLE color: 8639982.

HSL color Cylindrical-coordinate representation of color #EED583: hue angle of 45.98º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EED583 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 213 131 -
CMYK 0 0.11 0.45 0.07
HSL 45.98º 0.76% 0.72% -
HSV(B) 45.98º 0.45% 0.93% -
XYZ 63.15 67.4 31.15 -
YUV 211.13 82.78 147.17 -
System Red Green Blue C M Y K H S L
Decimal 238 213 131 0 0.11 0.45 0.07 45.98 0.76 0.72
Hex EE D5 83 0 B 2D 7 2E 4C 48
Octal 356 325 203 0 13 55 7 56 114 110
Binary 11101110 11010101 10000011 0 1011 101101 111 101110 1001100 1001000

Color Harmonies of #EED583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED583

Black with #EED583

Text Example


Text Example

White with #EED583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED583; }

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

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

background-color css

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

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

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

border-color css

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

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

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