Html Css Color HEX #EFD781 Buff

📋 copy color: '#EFD781'

red 239 ◦ green 215 ◦ blue 129

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

Shades of Buff #EFD781

Tints of Buff #EFD781

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.88%

 BLUE value IS 129 (50.78% from 255) = 22.13%

R = 40.99%
G = 36.88%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFD781 (or 0xEFD781) is known color: Buff. HEX triplet: EF, D7 and 81. RGB value is (239,215,129). Sum of RGB (Red+Green+Blue) = 239+215+129=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 129 (50.78% from 255 or 22.13% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD781 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD781 is #10287E. Grayscale: #D4D4D4. Windows color (decimal): -1058943 or 8509423. OLE color: 8509423.

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

Color convert

RGB 239 215 129 -
CMYK 0 0.10 0.46 0.06
HSL 46.91º 0.77% 0.72% -
HSV(B) 46.91º 0.46% 0.94% -
XYZ 63.86 68.54 30.63 -
YUV 212.37 80.95 146.99 -
System Red Green Blue C M Y K H S L
Decimal 239 215 129 0 0.10 0.46 0.06 46.91 0.77 0.72
Hex EF D7 81 0 A 2E 6 2F 4D 48
Octal 357 327 201 0 12 56 6 57 115 110
Binary 11101111 11010111 10000001 0 1010 101110 110 101111 1001101 1001000

Color Harmonies of #EFD781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD781

Black with #EFD781

Text Example


Text Example

White with #EFD781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD781; }

 p { color: rgb(239,215,129); }

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

background-color css

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

 a { background-color: rgb(239,215,129); }

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

border-color css

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

 span { border-color: rgb(239,215,129); }

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