Html Css Color HEX #EFDA81 Buff

📋 copy color: '#EFDA81'

red 239 ◦ green 218 ◦ blue 129

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

Shades of Buff #EFDA81

Tints of Buff #EFDA81

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.2%

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

R = 40.78%
G = 37.2%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFDA81 (or 0xEFDA81) is known color: Buff. HEX triplet: EF, DA and 81. RGB value is (239,218,129). Sum of RGB (Red+Green+Blue) = 239+218+129=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 129 (50.78% from 255 or 22.01% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA81 is #10257E. Grayscale: #D6D6D6. Windows color (decimal): -1058175 or 8510191. OLE color: 8510191.

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

Color convert

RGB 239 218 129 -
CMYK 0 0.09 0.46 0.06
HSL 48.55º 0.77% 0.72% -
HSV(B) 48.55º 0.46% 0.94% -
XYZ 64.63 70.08 30.89 -
YUV 214.13 79.96 145.74 -
System Red Green Blue C M Y K H S L
Decimal 239 218 129 0 0.09 0.46 0.06 48.55 0.77 0.72
Hex EF DA 81 0 9 2E 6 31 4D 48
Octal 357 332 201 0 11 56 6 61 115 110
Binary 11101111 11011010 10000001 0 1001 101110 110 110001 1001101 1001000

Color Harmonies of #EFDA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA81

Black with #EFDA81

Text Example


Text Example

White with #EFDA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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