Html Css Color HEX #EED483 Buff

📋 copy color: '#EED483'

red 238 ◦ green 212 ◦ blue 131

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

Shades of Buff #EED483

Tints of Buff #EED483

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.49%

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

R = 40.96%
G = 36.49%
B = 22.55%

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

#EED483 (or 0xEED483) is known color: Buff. HEX triplet: EE, D4 and 83. RGB value is (238,212,131). Sum of RGB (Red+Green+Blue) = 238+212+131=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 131 (51.56% from 255 or 22.55% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EED483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED483 is #112B7C. Grayscale: #D2D2D2. Windows color (decimal): -1125245 or 8639726. OLE color: 8639726.

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

Color convert

RGB 238 212 131 -
CMYK 0 0.11 0.45 0.07
HSL 45.42º 0.76% 0.72% -
HSV(B) 45.42º 0.45% 0.93% -
XYZ 62.9 66.9 31.07 -
YUV 210.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 238 212 131 0 0.11 0.45 0.07 45.42 0.76 0.72
Hex EE D4 83 0 B 2D 7 2D 4C 48
Octal 356 324 203 0 13 55 7 55 114 110
Binary 11101110 11010100 10000011 0 1011 101101 111 101101 1001100 1001000

Color Harmonies of #EED483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED483

Black with #EED483

Text Example


Text Example

White with #EED483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED483; }

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

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

background-color css

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

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

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

border-color css

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

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

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