Html Css Color HEX #EFD87B Buff

📋 copy color: '#EFD87B'

red 239 ◦ green 216 ◦ blue 123

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

Shades of Buff #EFD87B

Tints of Buff #EFD87B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.28%

R = 41.35%
G = 37.37%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFD87B (or 0xEFD87B) is known color: Buff. HEX triplet: EF, D8 and 7B. RGB value is (239,216,123). Sum of RGB (Red+Green+Blue) = 239+216+123=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 123 (48.44% from 255 or 21.28% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD87B is #102784. Grayscale: #D4D4D4. Windows color (decimal): -1058693 or 8116463. OLE color: 8116463.

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

Color convert

RGB 239 216 123 -
CMYK 0 0.10 0.49 0.06
HSL 48.1º 0.78% 0.71% -
HSV(B) 48.1º 0.49% 0.94% -
XYZ 63.73 68.89 28.68 -
YUV 212.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 239 216 123 0 0.10 0.49 0.06 48.1 0.78 0.71
Hex EF D8 7B 0 A 31 6 30 4E 47
Octal 357 330 173 0 12 61 6 60 116 107
Binary 11101111 11011000 1111011 0 1010 110001 110 110000 1001110 1000111

Color Harmonies of #EFD87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD87B

Black with #EFD87B

Text Example


Text Example

White with #EFD87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD87B; }

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

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

background-color css

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

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

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

border-color css

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

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

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