Html Css Color HEX #EFD488 Buff

📋 copy color: '#EFD488'

red 239 ◦ green 212 ◦ blue 136

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

Shades of Buff #EFD488

Tints of Buff #EFD488

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.12%

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

R = 40.72%
G = 36.12%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EFD488 (or 0xEFD488) is known color: Buff. HEX triplet: EF, D4 and 88. RGB value is (239,212,136). Sum of RGB (Red+Green+Blue) = 239+212+136=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 136 (53.52% from 255 or 23.17% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD488 is #102B77. Grayscale: #D3D3D3. Windows color (decimal): -1059704 or 8967407. OLE color: 8967407.

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

Color convert

RGB 239 212 136 -
CMYK 0 0.11 0.43 0.06
HSL 44.27º 0.76% 0.74% -
HSV(B) 44.27º 0.43% 0.94% -
XYZ 63.58 67.22 32.92 -
YUV 211.41 85.45 147.68 -
System Red Green Blue C M Y K H S L
Decimal 239 212 136 0 0.11 0.43 0.06 44.27 0.76 0.74
Hex EF D4 88 0 B 2B 6 2C 4C 4A
Octal 357 324 210 0 13 53 6 54 114 112
Binary 11101111 11010100 10001000 0 1011 101011 110 101100 1001100 1001010

Color Harmonies of #EFD488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD488

Black with #EFD488

Text Example


Text Example

White with #EFD488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD488; }

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

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

background-color css

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

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

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

border-color css

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

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

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