Html Css Color HEX #EFD98D Buff

📋 copy color: '#EFD98D'

red 239 ◦ green 217 ◦ blue 141

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

Shades of Buff #EFD98D

Tints of Buff #EFD98D

RGB

 RED value IS 239 (93.75% from 255) = 40.03%

 GREEN value IS 217 (85.16% from 255) = 36.35%

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

R = 40.03%
G = 36.35%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFD98D (or 0xEFD98D) is known color: Buff. HEX triplet: EF, D9 and 8D. RGB value is (239,217,141). Sum of RGB (Red+Green+Blue) = 239+217+141=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD98D is #102672. Grayscale: #D7D7D7. Windows color (decimal): -1058419 or 9296367. OLE color: 9296367.

HSL color Cylindrical-coordinate representation of color #EFD98D: hue angle of 46.53º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFD98D is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 217 141 -
CMYK 0 0.09 0.41 0.06
HSL 46.53º 0.75% 0.75% -
HSV(B) 46.53º 0.41% 0.94% -
XYZ 65.22 69.9 35.25 -
YUV 214.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 239 217 141 0 0.09 0.41 0.06 46.53 0.75 0.75
Hex EF D9 8D 0 9 29 6 2F 4B 4B
Octal 357 331 215 0 11 51 6 57 113 113
Binary 11101111 11011001 10001101 0 1001 101001 110 101111 1001011 1001011

Color Harmonies of #EFD98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD98D

Black with #EFD98D

Text Example


Text Example

White with #EFD98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD98D; }

 p { color: rgb(239,217,141); }

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

background-color css

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

 a { background-color: rgb(239,217,141); }

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

border-color css

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

 span { border-color: rgb(239,217,141); }

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