Html Css Color HEX #EFD78A Buff

📋 copy color: '#EFD78A'

red 239 ◦ green 215 ◦ blue 138

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

Shades of Buff #EFD78A

Tints of Buff #EFD78A

RGB

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

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

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

R = 40.37%
G = 36.32%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFD78A (or 0xEFD78A) is known color: Buff. HEX triplet: EF, D7 and 8A. RGB value is (239,215,138). Sum of RGB (Red+Green+Blue) = 239+215+138=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD78A is #102875. Grayscale: #D5D5D5. Windows color (decimal): -1058934 or 9099247. OLE color: 9099247.

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

Color convert

RGB 239 215 138 -
CMYK 0 0.10 0.42 0.06
HSL 45.74º 0.76% 0.74% -
HSV(B) 45.74º 0.42% 0.94% -
XYZ 64.48 68.79 33.92 -
YUV 213.4 85.45 146.26 -
System Red Green Blue C M Y K H S L
Decimal 239 215 138 0 0.10 0.42 0.06 45.74 0.76 0.74
Hex EF D7 8A 0 A 2A 6 2E 4C 4A
Octal 357 327 212 0 12 52 6 56 114 112
Binary 11101111 11010111 10001010 0 1010 101010 110 101110 1001100 1001010

Color Harmonies of #EFD78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD78A

Black with #EFD78A

Text Example


Text Example

White with #EFD78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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