Html Css Color HEX #EFD382 Buff

📋 copy color: '#EFD382'

red 239 ◦ green 211 ◦ blue 130

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

Shades of Buff #EFD382

Tints of Buff #EFD382

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.38%

 BLUE value IS 130 (51.17% from 255) = 22.41%

R = 41.21%
G = 36.38%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFD382 (or 0xEFD382) is known color: Buff. HEX triplet: EF, D3 and 82. RGB value is (239,211,130). Sum of RGB (Red+Green+Blue) = 239+211+130=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 130 (51.17% from 255 or 22.41% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD382 is #102C7D. Grayscale: #D2D2D2. Windows color (decimal): -1059966 or 8573935. OLE color: 8573935.

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

Color convert

RGB 239 211 130 -
CMYK 0 0.12 0.46 0.06
HSL 44.59º 0.77% 0.72% -
HSV(B) 44.59º 0.46% 0.94% -
XYZ 62.92 66.55 30.65 -
YUV 210.14 82.78 148.59 -
System Red Green Blue C M Y K H S L
Decimal 239 211 130 0 0.12 0.46 0.06 44.59 0.77 0.72
Hex EF D3 82 0 C 2E 6 2D 4D 48
Octal 357 323 202 0 14 56 6 55 115 110
Binary 11101111 11010011 10000010 0 1100 101110 110 101101 1001101 1001000

Color Harmonies of #EFD382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD382

Black with #EFD382

Text Example


Text Example

White with #EFD382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD382; }

 p { color: rgb(239,211,130); }

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

background-color css

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

 a { background-color: rgb(239,211,130); }

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

border-color css

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

 span { border-color: rgb(239,211,130); }

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