Html Css Color HEX #EFD78D Buff

📋 copy color: '#EFD78D'

red 239 ◦ green 215 ◦ blue 141

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

Shades of Buff #EFD78D

Tints of Buff #EFD78D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.13%

 BLUE value IS 141 (55.47% from 255) = 23.7%

R = 40.17%
G = 36.13%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFD78D (or 0xEFD78D) is known color: Buff. HEX triplet: EF, D7 and 8D. RGB value is (239,215,141). Sum of RGB (Red+Green+Blue) = 239+215+141=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD78D is #102872. Grayscale: #D6D6D6. Windows color (decimal): -1058931 or 9295855. OLE color: 9295855.

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

Color convert

RGB 239 215 141 -
CMYK 0 0.10 0.41 0.06
HSL 45.31º 0.75% 0.75% -
HSV(B) 45.31º 0.41% 0.94% -
XYZ 64.7 68.87 35.08 -
YUV 213.74 86.95 146.02 -
System Red Green Blue C M Y K H S L
Decimal 239 215 141 0 0.10 0.41 0.06 45.31 0.75 0.75
Hex EF D7 8D 0 A 29 6 2D 4B 4B
Octal 357 327 215 0 12 51 6 55 113 113
Binary 11101111 11010111 10001101 0 1010 101001 110 101101 1001011 1001011

Color Harmonies of #EFD78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD78D

Black with #EFD78D

Text Example


Text Example

White with #EFD78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD78D; }

 p { color: rgb(239,215,141); }

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

background-color css

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

 a { background-color: rgb(239,215,141); }

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

border-color css

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

 span { border-color: rgb(239,215,141); }

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