Html Css Color HEX #EFD58B Buff

📋 copy color: '#EFD58B'

red 239 ◦ green 213 ◦ blue 139

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

Shades of Buff #EFD58B

Tints of Buff #EFD58B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.52%

R = 40.44%
G = 36.04%
B = 23.52%

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

#EFD58B (or 0xEFD58B) is known color: Buff. HEX triplet: EF, D5 and 8B. RGB value is (239,213,139). Sum of RGB (Red+Green+Blue) = 239+213+139=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD58B is #102A74. Grayscale: #D4D4D4. Windows color (decimal): -1059445 or 9164271. OLE color: 9164271.

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

Color convert

RGB 239 213 139 -
CMYK 0 0.11 0.42 0.06
HSL 44.4º 0.76% 0.74% -
HSV(B) 44.4º 0.42% 0.94% -
XYZ 64.05 67.8 34.14 -
YUV 212.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 239 213 139 0 0.11 0.42 0.06 44.4 0.76 0.74
Hex EF D5 8B 0 B 2A 6 2C 4C 4A
Octal 357 325 213 0 13 52 6 54 114 112
Binary 11101111 11010101 10001011 0 1011 101010 110 101100 1001100 1001010

Color Harmonies of #EFD58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD58B

Black with #EFD58B

Text Example


Text Example

White with #EFD58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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