Html Css Color HEX #EFDD8A Buff

📋 copy color: '#EFDD8A'

red 239 ◦ green 221 ◦ blue 138

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

Shades of Buff #EFDD8A

Tints of Buff #EFDD8A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.96%

 BLUE value IS 138 (54.3% from 255) = 23.08%

R = 39.97%
G = 36.96%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFDD8A (or 0xEFDD8A) is known color: Buff. HEX triplet: EF, DD and 8A. RGB value is (239,221,138). Sum of RGB (Red+Green+Blue) = 239+221+138=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD8A is #102275. Grayscale: #D9D9D9. Windows color (decimal): -1057398 or 9100783. OLE color: 9100783.

HSL color Cylindrical-coordinate representation of color #EFDD8A: hue angle of 49.31º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFDD8A is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 138 -
CMYK 0 0.08 0.42 0.06
HSL 49.31º 0.76% 0.74% -
HSV(B) 49.31º 0.42% 0.94% -
XYZ 66.04 71.9 34.44 -
YUV 216.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 239 221 138 0 0.08 0.42 0.06 49.31 0.76 0.74
Hex EF DD 8A 0 8 2A 6 31 4C 4A
Octal 357 335 212 0 10 52 6 61 114 112
Binary 11101111 11011101 10001010 0 1000 101010 110 110001 1001100 1001010

Color Harmonies of #EFDD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD8A

Black with #EFDD8A

Text Example


Text Example

White with #EFDD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD8A; }

 p { color: rgb(239,221,138); }

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

background-color css

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

 a { background-color: rgb(239,221,138); }

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

border-color css

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

 span { border-color: rgb(239,221,138); }

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