Html Css Color HEX #EFDA7A Buff

📋 copy color: '#EFDA7A'

red 239 ◦ green 218 ◦ blue 122

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

Shades of Buff #EFDA7A

Tints of Buff #EFDA7A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.65%

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

R = 41.28%
G = 37.65%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFDA7A (or 0xEFDA7A) is known color: Buff. HEX triplet: EF, DA and 7A. RGB value is (239,218,122). Sum of RGB (Red+Green+Blue) = 239+218+122=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA7A is #102585. Grayscale: #D5D5D5. Windows color (decimal): -1058182 or 8051439. OLE color: 8051439.

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

Color convert

RGB 239 218 122 -
CMYK 0 0.09 0.49 0.06
HSL 49.23º 0.79% 0.71% -
HSV(B) 49.23º 0.49% 0.94% -
XYZ 64.18 69.9 28.52 -
YUV 213.34 76.46 146.31 -
System Red Green Blue C M Y K H S L
Decimal 239 218 122 0 0.09 0.49 0.06 49.23 0.79 0.71
Hex EF DA 7A 0 9 31 6 31 4F 47
Octal 357 332 172 0 11 61 6 61 117 107
Binary 11101111 11011010 1111010 0 1001 110001 110 110001 1001111 1000111

Color Harmonies of #EFDA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA7A

Black with #EFDA7A

Text Example


Text Example

White with #EFDA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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