Html Css Color HEX #EFD58A Buff

📋 copy color: '#EFD58A'

red 239 ◦ green 213 ◦ blue 138

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

Shades of Buff #EFD58A

Tints of Buff #EFD58A

RGB

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

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

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

R = 40.51%
G = 36.1%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFD58A (or 0xEFD58A) is known color: Buff. HEX triplet: EF, D5 and 8A. RGB value is (239,213,138). Sum of RGB (Red+Green+Blue) = 239+213+138=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 138 (54.30% from 255 or 23.39% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD58A is #102A75. Grayscale: #D4D4D4. Windows color (decimal): -1059446 or 9098735. OLE color: 9098735.

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

Color convert

RGB 239 213 138 -
CMYK 0 0.11 0.42 0.06
HSL 44.55º 0.76% 0.74% -
HSV(B) 44.55º 0.42% 0.94% -
XYZ 63.98 67.77 33.75 -
YUV 212.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 239 213 138 0 0.11 0.42 0.06 44.55 0.76 0.74
Hex EF D5 8A 0 B 2A 6 2D 4C 4A
Octal 357 325 212 0 13 52 6 55 114 112
Binary 11101111 11010101 10001010 0 1011 101010 110 101101 1001100 1001010

Color Harmonies of #EFD58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD58A

Black with #EFD58A

Text Example


Text Example

White with #EFD58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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