Html Css Color HEX #EED383 Buff

📋 copy color: '#EED383'

red 238 ◦ green 211 ◦ blue 131

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

Shades of Buff #EED383

Tints of Buff #EED383

RGB

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

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

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

R = 41.03%
G = 36.38%
B = 22.59%

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

#EED383 (or 0xEED383) is known color: Buff. HEX triplet: EE, D3 and 83. RGB value is (238,211,131). Sum of RGB (Red+Green+Blue) = 238+211+131=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 131 (51.56% from 255 or 22.59% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EED383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED383 is #112C7C. Grayscale: #D2D2D2. Windows color (decimal): -1125501 or 8639470. OLE color: 8639470.

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

Color convert

RGB 238 211 131 -
CMYK 0 0.11 0.45 0.07
HSL 44.86º 0.76% 0.72% -
HSV(B) 44.86º 0.45% 0.93% -
XYZ 62.65 66.4 30.99 -
YUV 209.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 238 211 131 0 0.11 0.45 0.07 44.86 0.76 0.72
Hex EE D3 83 0 B 2D 7 2D 4C 48
Octal 356 323 203 0 13 55 7 55 114 110
Binary 11101110 11010011 10000011 0 1011 101101 111 101101 1001100 1001000

Color Harmonies of #EED383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED383

Black with #EED383

Text Example


Text Example

White with #EED383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED383; }

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

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

background-color css

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

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

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

border-color css

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

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

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