Html Css Color HEX #EFD489 Buff

📋 copy color: '#EFD489'

red 239 ◦ green 212 ◦ blue 137

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

Shades of Buff #EFD489

Tints of Buff #EFD489

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.05%

 BLUE value IS 137 (53.91% from 255) = 23.3%

R = 40.65%
G = 36.05%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EFD489 (or 0xEFD489) is known color: Buff. HEX triplet: EF, D4 and 89. RGB value is (239,212,137). Sum of RGB (Red+Green+Blue) = 239+212+137=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 137 (53.91% from 255 or 23.30% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD489 is #102B76. Grayscale: #D3D3D3. Windows color (decimal): -1059703 or 9032943. OLE color: 9032943.

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

Color convert

RGB 239 212 137 -
CMYK 0 0.11 0.43 0.06
HSL 44.12º 0.76% 0.74% -
HSV(B) 44.12º 0.43% 0.94% -
XYZ 63.66 67.24 33.29 -
YUV 211.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 239 212 137 0 0.11 0.43 0.06 44.12 0.76 0.74
Hex EF D4 89 0 B 2B 6 2C 4C 4A
Octal 357 324 211 0 13 53 6 54 114 112
Binary 11101111 11010100 10001001 0 1011 101011 110 101100 1001100 1001010

Color Harmonies of #EFD489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD489

Black with #EFD489

Text Example


Text Example

White with #EFD489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD489; }

 p { color: rgb(239,212,137); }

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

background-color css

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

 a { background-color: rgb(239,212,137); }

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

border-color css

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

 span { border-color: rgb(239,212,137); }

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