Html Css Color HEX #EFD68A Buff

📋 copy color: '#EFD68A'

red 239 ◦ green 214 ◦ blue 138

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

Shades of Buff #EFD68A

Tints of Buff #EFD68A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.21%

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

R = 40.44%
G = 36.21%
B = 23.35%

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

#EFD68A (or 0xEFD68A) is known color: Buff. HEX triplet: EF, D6 and 8A. RGB value is (239,214,138). Sum of RGB (Red+Green+Blue) = 239+214+138=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD68A is #102975. Grayscale: #D5D5D5. Windows color (decimal): -1059190 or 9098991. OLE color: 9098991.

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

Color convert

RGB 239 214 138 -
CMYK 0 0.10 0.42 0.06
HSL 45.15º 0.76% 0.74% -
HSV(B) 45.15º 0.42% 0.94% -
XYZ 64.23 68.28 33.84 -
YUV 212.81 85.78 146.68 -
System Red Green Blue C M Y K H S L
Decimal 239 214 138 0 0.10 0.42 0.06 45.15 0.76 0.74
Hex EF D6 8A 0 A 2A 6 2D 4C 4A
Octal 357 326 212 0 12 52 6 55 114 112
Binary 11101111 11010110 10001010 0 1010 101010 110 101101 1001100 1001010

Color Harmonies of #EFD68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD68A

Black with #EFD68A

Text Example


Text Example

White with #EFD68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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