Html Css Color HEX #EFD88B Buff

📋 copy color: '#EFD88B'

red 239 ◦ green 216 ◦ blue 139

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

Shades of Buff #EFD88B

Tints of Buff #EFD88B

RGB

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

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

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

R = 40.24%
G = 36.36%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFD88B (or 0xEFD88B) is known color: Buff. HEX triplet: EF, D8 and 8B. RGB value is (239,216,139). Sum of RGB (Red+Green+Blue) = 239+216+139=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD88B is #102774. Grayscale: #D6D6D6. Windows color (decimal): -1058677 or 9165039. OLE color: 9165039.

HSL color Cylindrical-coordinate representation of color #EFD88B: hue angle of 46.2º 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 #EFD88B is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 139 -
CMYK 0 0.10 0.42 0.06
HSL 46.2º 0.76% 0.74% -
HSV(B) 46.2º 0.42% 0.94% -
XYZ 64.81 69.33 34.39 -
YUV 214.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 239 216 139 0 0.10 0.42 0.06 46.2 0.76 0.74
Hex EF D8 8B 0 A 2A 6 2E 4C 4A
Octal 357 330 213 0 12 52 6 56 114 112
Binary 11101111 11011000 10001011 0 1010 101010 110 101110 1001100 1001010

Color Harmonies of #EFD88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD88B

Black with #EFD88B

Text Example


Text Example

White with #EFD88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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