Html Css Color HEX #EFD87D Buff

📋 copy color: '#EFD87D'

red 239 ◦ green 216 ◦ blue 125

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

Shades of Buff #EFD87D

Tints of Buff #EFD87D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.24%

 BLUE value IS 125 (49.22% from 255) = 21.55%

R = 41.21%
G = 37.24%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFD87D (or 0xEFD87D) is known color: Buff. HEX triplet: EF, D8 and 7D. RGB value is (239,216,125). Sum of RGB (Red+Green+Blue) = 239+216+125=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD87D is #102782. Grayscale: #D4D4D4. Windows color (decimal): -1058691 or 8247535. OLE color: 8247535.

HSL color Cylindrical-coordinate representation of color #EFD87D: hue angle of 47.89º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFD87D is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 125 -
CMYK 0 0.10 0.48 0.06
HSL 47.89º 0.78% 0.71% -
HSV(B) 47.89º 0.48% 0.94% -
XYZ 63.85 68.94 29.34 -
YUV 212.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 239 216 125 0 0.10 0.48 0.06 47.89 0.78 0.71
Hex EF D8 7D 0 A 30 6 30 4E 47
Octal 357 330 175 0 12 60 6 60 116 107
Binary 11101111 11011000 1111101 0 1010 110000 110 110000 1001110 1000111

Color Harmonies of #EFD87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD87D

Black with #EFD87D

Text Example


Text Example

White with #EFD87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD87D; }

 p { color: rgb(239,216,125); }

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

background-color css

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

 a { background-color: rgb(239,216,125); }

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

border-color css

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

 span { border-color: rgb(239,216,125); }

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