Html Css Color HEX #EFD990 Buff

📋 copy color: '#EFD990'

red 239 ◦ green 217 ◦ blue 144

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

Shades of Buff #EFD990

Tints of Buff #EFD990

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.17%

 BLUE value IS 144 (56.64% from 255) = 24%

R = 39.83%
G = 36.17%
B = 24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFD990 (or 0xEFD990) is known color: Buff. HEX triplet: EF, D9 and 90. RGB value is (239,217,144). Sum of RGB (Red+Green+Blue) = 239+217+144=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD990 is #10266F. Grayscale: #D7D7D7. Windows color (decimal): -1058416 or 9492975. OLE color: 9492975.

HSL color Cylindrical-coordinate representation of color #EFD990: hue angle of 46.11º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFD990 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 217 144 -
CMYK 0 0.09 0.40 0.06
HSL 46.11º 0.75% 0.75% -
HSV(B) 46.11º 0.4% 0.94% -
XYZ 65.44 69.99 36.45 -
YUV 215.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 239 217 144 0 0.09 0.40 0.06 46.11 0.75 0.75
Hex EF D9 90 0 9 28 6 2E 4B 4B
Octal 357 331 220 0 11 50 6 56 113 113
Binary 11101111 11011001 10010000 0 1001 101000 110 101110 1001011 1001011

Color Harmonies of #EFD990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD990

Black with #EFD990

Text Example


Text Example

White with #EFD990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD990; }

 p { color: rgb(239,217,144); }

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

background-color css

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

 a { background-color: rgb(239,217,144); }

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

border-color css

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

 span { border-color: rgb(239,217,144); }

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