Html Css Color HEX #EED782 Buff

📋 copy color: '#EED782'

red 238 ◦ green 215 ◦ blue 130

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

Shades of Buff #EED782

Tints of Buff #EED782

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.88%

 BLUE value IS 130 (51.17% from 255) = 22.3%

R = 40.82%
G = 36.88%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EED782 (or 0xEED782) is known color: Buff. HEX triplet: EE, D7 and 82. RGB value is (238,215,130). Sum of RGB (Red+Green+Blue) = 238+215+130=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EED782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED782 is #11287D. Grayscale: #D4D4D4. Windows color (decimal): -1124478 or 8574958. OLE color: 8574958.

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

Color convert

RGB 238 215 130 -
CMYK 0 0.10 0.45 0.07
HSL 47.22º 0.76% 0.72% -
HSV(B) 47.22º 0.45% 0.93% -
XYZ 63.59 68.39 30.97 -
YUV 212.19 81.62 146.41 -
System Red Green Blue C M Y K H S L
Decimal 238 215 130 0 0.10 0.45 0.07 47.22 0.76 0.72
Hex EE D7 82 0 A 2D 7 2F 4C 48
Octal 356 327 202 0 12 55 7 57 114 110
Binary 11101110 11010111 10000010 0 1010 101101 111 101111 1001100 1001000

Color Harmonies of #EED782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED782

Black with #EED782

Text Example


Text Example

White with #EED782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED782; }

 p { color: rgb(238,215,130); }

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

background-color css

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

 a { background-color: rgb(238,215,130); }

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

border-color css

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

 span { border-color: rgb(238,215,130); }

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