Html Css Color HEX #EFD58E Buff

📋 copy color: '#EFD58E'

red 239 ◦ green 213 ◦ blue 142

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

Shades of Buff #EFD58E

Tints of Buff #EFD58E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.86%

 BLUE value IS 142 (55.86% from 255) = 23.91%

R = 40.24%
G = 35.86%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFD58E (or 0xEFD58E) is known color: Buff. HEX triplet: EF, D5 and 8E. RGB value is (239,213,142). Sum of RGB (Red+Green+Blue) = 239+213+142=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD58E is #102A71. Grayscale: #D4D4D4. Windows color (decimal): -1059442 or 9360879. OLE color: 9360879.

HSL color Cylindrical-coordinate representation of color #EFD58E: hue angle of 43.92º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFD58E is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 213 142 -
CMYK 0 0.11 0.41 0.06
HSL 43.92º 0.75% 0.75% -
HSV(B) 43.92º 0.41% 0.94% -
XYZ 64.27 67.89 35.31 -
YUV 212.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 239 213 142 0 0.11 0.41 0.06 43.92 0.75 0.75
Hex EF D5 8E 0 B 29 6 2C 4B 4B
Octal 357 325 216 0 13 51 6 54 113 113
Binary 11101111 11010101 10001110 0 1011 101001 110 101100 1001011 1001011

Color Harmonies of #EFD58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD58E

Black with #EFD58E

Text Example


Text Example

White with #EFD58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD58E; }

 p { color: rgb(239,213,142); }

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

background-color css

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

 a { background-color: rgb(239,213,142); }

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

border-color css

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

 span { border-color: rgb(239,213,142); }

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