Html Css Color HEX #EFD888 Buff

📋 copy color: '#EFD888'

red 239 ◦ green 216 ◦ blue 136

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

Shades of Buff #EFD888

Tints of Buff #EFD888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.01%

R = 40.44%
G = 36.55%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EFD888 (or 0xEFD888) is known color: Buff. HEX triplet: EF, D8 and 88. RGB value is (239,216,136). Sum of RGB (Red+Green+Blue) = 239+216+136=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 136 (53.52% from 255 or 23.01% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD888 is #102777. Grayscale: #D6D6D6. Windows color (decimal): -1058680 or 8968431. OLE color: 8968431.

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

Color convert

RGB 239 216 136 -
CMYK 0 0.10 0.43 0.06
HSL 46.6º 0.76% 0.74% -
HSV(B) 46.6º 0.43% 0.94% -
XYZ 64.6 69.24 33.25 -
YUV 213.76 84.12 146 -
System Red Green Blue C M Y K H S L
Decimal 239 216 136 0 0.10 0.43 0.06 46.6 0.76 0.74
Hex EF D8 88 0 A 2B 6 2F 4C 4A
Octal 357 330 210 0 12 53 6 57 114 112
Binary 11101111 11011000 10001000 0 1010 101011 110 101111 1001100 1001010

Color Harmonies of #EFD888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD888

Black with #EFD888

Text Example


Text Example

White with #EFD888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD888; }

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

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

background-color css

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

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

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

border-color css

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

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

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