Html Css Color HEX #EFD98B Buff

📋 copy color: '#EFD98B'

red 239 ◦ green 217 ◦ blue 139

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

Shades of Buff #EFD98B

Tints of Buff #EFD98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.36%

R = 40.17%
G = 36.47%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFD98B (or 0xEFD98B) is known color: Buff. HEX triplet: EF, D9 and 8B. RGB value is (239,217,139). Sum of RGB (Red+Green+Blue) = 239+217+139=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD98B is #102674. Grayscale: #D7D7D7. Windows color (decimal): -1058421 or 9165295. OLE color: 9165295.

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

Color convert

RGB 239 217 139 -
CMYK 0 0.09 0.42 0.06
HSL 46.8º 0.76% 0.74% -
HSV(B) 46.8º 0.42% 0.94% -
XYZ 65.07 69.84 34.48 -
YUV 214.69 85.29 145.34 -
System Red Green Blue C M Y K H S L
Decimal 239 217 139 0 0.09 0.42 0.06 46.8 0.76 0.74
Hex EF D9 8B 0 9 2A 6 2F 4C 4A
Octal 357 331 213 0 11 52 6 57 114 112
Binary 11101111 11011001 10001011 0 1001 101010 110 101111 1001100 1001010

Color Harmonies of #EFD98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD98B

Black with #EFD98B

Text Example


Text Example

White with #EFD98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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