Html Css Color HEX #EFD57A Buff

📋 copy color: '#EFD57A'

red 239 ◦ green 213 ◦ blue 122

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

Shades of Buff #EFD57A

Tints of Buff #EFD57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.25%

R = 41.64%
G = 37.11%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFD57A (or 0xEFD57A) is known color: Buff. HEX triplet: EF, D5 and 7A. RGB value is (239,213,122). Sum of RGB (Red+Green+Blue) = 239+213+122=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD57A is #102A85. Grayscale: #D2D2D2. Windows color (decimal): -1059462 or 8050159. OLE color: 8050159.

HSL color Cylindrical-coordinate representation of color #EFD57A: hue angle of 46.67º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFD57A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 213 122 -
CMYK 0 0.11 0.49 0.06
HSL 46.67º 0.79% 0.71% -
HSV(B) 46.67º 0.49% 0.94% -
XYZ 62.9 67.34 28.1 -
YUV 210.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 239 213 122 0 0.11 0.49 0.06 46.67 0.79 0.71
Hex EF D5 7A 0 B 31 6 2F 4F 47
Octal 357 325 172 0 13 61 6 57 117 107
Binary 11101111 11010101 1111010 0 1011 110001 110 101111 1001111 1000111

Color Harmonies of #EFD57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD57A

Black with #EFD57A

Text Example


Text Example

White with #EFD57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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