Html Css Color HEX #EFD683 Buff

📋 copy color: '#EFD683'

red 239 ◦ green 214 ◦ blue 131

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

Shades of Buff #EFD683

Tints of Buff #EFD683

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.64%

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

R = 40.92%
G = 36.64%
B = 22.43%

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

#EFD683 (or 0xEFD683) is known color: Buff. HEX triplet: EF, D6 and 83. RGB value is (239,214,131). Sum of RGB (Red+Green+Blue) = 239+214+131=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 131 (51.56% from 255 or 22.43% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD683 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD683 is #10297C. Grayscale: #D4D4D4. Windows color (decimal): -1059197 or 8640239. OLE color: 8640239.

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

Color convert

RGB 239 214 131 -
CMYK 0 0.10 0.45 0.06
HSL 46.11º 0.77% 0.73% -
HSV(B) 46.11º 0.45% 0.94% -
XYZ 63.74 68.08 31.25 -
YUV 212.01 82.28 147.25 -
System Red Green Blue C M Y K H S L
Decimal 239 214 131 0 0.10 0.45 0.06 46.11 0.77 0.73
Hex EF D6 83 0 A 2D 6 2E 4D 49
Octal 357 326 203 0 12 55 6 56 115 111
Binary 11101111 11010110 10000011 0 1010 101101 110 101110 1001101 1001001

Color Harmonies of #EFD683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD683

Black with #EFD683

Text Example


Text Example

White with #EFD683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD683; }

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

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

background-color css

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

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

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

border-color css

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

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

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