Html Css Color HEX #EFD883 Buff

📋 copy color: '#EFD883'

red 239 ◦ green 216 ◦ blue 131

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

Shades of Buff #EFD883

Tints of Buff #EFD883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.35%

R = 40.78%
G = 36.86%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFD883 (or 0xEFD883) is known color: Buff. HEX triplet: EF, D8 and 83. RGB value is (239,216,131). Sum of RGB (Red+Green+Blue) = 239+216+131=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 131 (51.56% from 255 or 22.35% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD883 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD883 is #10277C. Grayscale: #D5D5D5. Windows color (decimal): -1058685 or 8640751. OLE color: 8640751.

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

Color convert

RGB 239 216 131 -
CMYK 0 0.10 0.45 0.06
HSL 47.22º 0.77% 0.73% -
HSV(B) 47.22º 0.45% 0.94% -
XYZ 64.25 69.1 31.42 -
YUV 213.19 81.62 146.41 -
System Red Green Blue C M Y K H S L
Decimal 239 216 131 0 0.10 0.45 0.06 47.22 0.77 0.73
Hex EF D8 83 0 A 2D 6 2F 4D 49
Octal 357 330 203 0 12 55 6 57 115 111
Binary 11101111 11011000 10000011 0 1010 101101 110 101111 1001101 1001001

Color Harmonies of #EFD883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD883

Black with #EFD883

Text Example


Text Example

White with #EFD883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD883; }

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

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

background-color css

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

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

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

border-color css

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

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

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