Html Css Color HEX #EED78D Buff

📋 copy color: '#EED78D'

red 238 ◦ green 215 ◦ blue 141

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

Shades of Buff #EED78D

Tints of Buff #EED78D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.74%

R = 40.07%
G = 36.2%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EED78D (or 0xEED78D) is known color: Buff. HEX triplet: EE, D7 and 8D. RGB value is (238,215,141). Sum of RGB (Red+Green+Blue) = 238+215+141=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EED78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED78D is #112872. Grayscale: #D5D5D5. Windows color (decimal): -1124467 or 9295854. OLE color: 9295854.

HSL color Cylindrical-coordinate representation of color #EED78D: hue angle of 45.77º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EED78D is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 141 -
CMYK 0 0.10 0.41 0.07
HSL 45.77º 0.74% 0.74% -
HSV(B) 45.77º 0.41% 0.93% -
XYZ 64.37 68.7 35.07 -
YUV 213.44 87.12 145.52 -
System Red Green Blue C M Y K H S L
Decimal 238 215 141 0 0.10 0.41 0.07 45.77 0.74 0.74
Hex EE D7 8D 0 A 29 7 2E 4A 4A
Octal 356 327 215 0 12 51 7 56 112 112
Binary 11101110 11010111 10001101 0 1010 101001 111 101110 1001010 1001010

Color Harmonies of #EED78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED78D

Black with #EED78D

Text Example


Text Example

White with #EED78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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