Html Css Color HEX #EFD581 Buff

📋 copy color: '#EFD581'

red 239 ◦ green 213 ◦ blue 129

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

Shades of Buff #EFD581

Tints of Buff #EFD581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.2%

R = 41.14%
G = 36.66%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFD581 (or 0xEFD581) is known color: Buff. HEX triplet: EF, D5 and 81. RGB value is (239,213,129). Sum of RGB (Red+Green+Blue) = 239+213+129=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 129 (50.78% from 255 or 22.20% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD581 is #102A7E. Grayscale: #D3D3D3. Windows color (decimal): -1059455 or 8508911. OLE color: 8508911.

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

Color convert

RGB 239 213 129 -
CMYK 0 0.11 0.46 0.06
HSL 45.82º 0.77% 0.72% -
HSV(B) 45.82º 0.46% 0.94% -
XYZ 63.35 67.52 30.46 -
YUV 211.2 81.61 147.83 -
System Red Green Blue C M Y K H S L
Decimal 239 213 129 0 0.11 0.46 0.06 45.82 0.77 0.72
Hex EF D5 81 0 B 2E 6 2E 4D 48
Octal 357 325 201 0 13 56 6 56 115 110
Binary 11101111 11010101 10000001 0 1011 101110 110 101110 1001101 1001000

Color Harmonies of #EFD581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD581

Black with #EFD581

Text Example


Text Example

White with #EFD581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD581; }

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

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

background-color css

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

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

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

border-color css

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

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

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