Html Css Color HEX #EFD98C Buff

📋 copy color: '#EFD98C'

red 239 ◦ green 217 ◦ blue 140

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

Shades of Buff #EFD98C

Tints of Buff #EFD98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.49%

R = 40.1%
G = 36.41%
B = 23.49%

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

#EFD98C (or 0xEFD98C) is known color: Buff. HEX triplet: EF, D9 and 8C. RGB value is (239,217,140). Sum of RGB (Red+Green+Blue) = 239+217+140=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD98C is #102673. Grayscale: #D7D7D7. Windows color (decimal): -1058420 or 9230831. OLE color: 9230831.

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

Color convert

RGB 239 217 140 -
CMYK 0 0.09 0.41 0.06
HSL 46.67º 0.76% 0.74% -
HSV(B) 46.67º 0.41% 0.94% -
XYZ 65.14 69.87 34.86 -
YUV 214.8 85.79 145.26 -
System Red Green Blue C M Y K H S L
Decimal 239 217 140 0 0.09 0.41 0.06 46.67 0.76 0.74
Hex EF D9 8C 0 9 29 6 2F 4C 4A
Octal 357 331 214 0 11 51 6 57 114 112
Binary 11101111 11011001 10001100 0 1001 101001 110 101111 1001100 1001010

Color Harmonies of #EFD98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD98C

Black with #EFD98C

Text Example


Text Example

White with #EFD98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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