Html Css Color HEX #EFDC85 Buff

📋 copy color: '#EFDC85'

red 239 ◦ green 220 ◦ blue 133

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

Shades of Buff #EFDC85

Tints of Buff #EFDC85

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.16%

 BLUE value IS 133 (52.34% from 255) = 22.47%

R = 40.37%
G = 37.16%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFDC85 (or 0xEFDC85) is known color: Buff. HEX triplet: EF, DC and 85. RGB value is (239,220,133). Sum of RGB (Red+Green+Blue) = 239+220+133=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC85 is #10237A. Grayscale: #D8D8D8. Windows color (decimal): -1057659 or 8772847. OLE color: 8772847.

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

Color convert

RGB 239 220 133 -
CMYK 0 0.08 0.44 0.06
HSL 49.25º 0.77% 0.73% -
HSV(B) 49.25º 0.44% 0.94% -
XYZ 65.42 71.23 32.49 -
YUV 215.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 239 220 133 0 0.08 0.44 0.06 49.25 0.77 0.73
Hex EF DC 85 0 8 2C 6 31 4D 49
Octal 357 334 205 0 10 54 6 61 115 111
Binary 11101111 11011100 10000101 0 1000 101100 110 110001 1001101 1001001

Color Harmonies of #EFDC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC85

Black with #EFDC85

Text Example


Text Example

White with #EFDC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC85; }

 p { color: rgb(239,220,133); }

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

background-color css

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

 a { background-color: rgb(239,220,133); }

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

border-color css

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

 span { border-color: rgb(239,220,133); }

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